Lines Matching refs:need_inval
207 bool need_inval; in rdma_write_sg() local
214 need_inval = le16_to_cpu(id->rd_msg->flags) & RTRS_MSG_NEED_INVAL_F; in rdma_write_sg()
251 if (need_inval && always_invalidate) { in rdma_write_sg()
258 } else if (need_inval) { in rdma_write_sg()
271 if (need_inval) { in rdma_write_sg()
314 0, need_inval)); in rdma_write_sg()
347 bool need_inval = false; in send_io_resp_imm() local
356 need_inval = le16_to_cpu(rd_msg->flags) & in send_io_resp_imm()
360 if (need_inval) { in send_io_resp_imm()
372 need_inval = false; in send_io_resp_imm()
377 trace_send_io_resp_imm(id, need_inval, always_invalidate, errno); in send_io_resp_imm()
379 if (need_inval && always_invalidate) { in send_io_resp_imm()
386 } else if (need_inval) { in send_io_resp_imm()
398 imm = rtrs_to_io_rsp_imm(id->msg_id, errno, need_inval); in send_io_resp_imm()