Lines Matching refs:need_inval
240 bool need_inval; in rdma_write_sg() local
247 need_inval = le16_to_cpu(id->rd_msg->flags) & RTRS_MSG_NEED_INVAL_F; in rdma_write_sg()
283 if (need_inval && always_invalidate) { in rdma_write_sg()
290 } else if (need_inval) { in rdma_write_sg()
303 if (need_inval) { in rdma_write_sg()
344 0, need_inval)); in rdma_write_sg()
377 bool need_inval = false; in send_io_resp_imm() local
386 need_inval = le16_to_cpu(rd_msg->flags) & in send_io_resp_imm()
390 if (need_inval) { in send_io_resp_imm()
401 need_inval = false; in send_io_resp_imm()
406 if (need_inval && always_invalidate) { in send_io_resp_imm()
413 } else if (need_inval) { in send_io_resp_imm()
425 imm = rtrs_to_io_rsp_imm(id->msg_id, errno, need_inval); in send_io_resp_imm()