Lines Matching refs:need_inval
206 bool need_inval; in rdma_write_sg() local
213 need_inval = le16_to_cpu(id->rd_msg->flags) & RTRS_MSG_NEED_INVAL_F; in rdma_write_sg()
250 if (need_inval && always_invalidate) { in rdma_write_sg()
257 } else if (need_inval) { in rdma_write_sg()
270 if (need_inval) { in rdma_write_sg()
313 0, need_inval)); in rdma_write_sg()
346 bool need_inval = false; in send_io_resp_imm() local
355 need_inval = le16_to_cpu(rd_msg->flags) & in send_io_resp_imm()
359 if (need_inval) { in send_io_resp_imm()
371 need_inval = false; in send_io_resp_imm()
376 trace_send_io_resp_imm(id, need_inval, always_invalidate, errno); in send_io_resp_imm()
378 if (need_inval && always_invalidate) { in send_io_resp_imm()
385 } else if (need_inval) { in send_io_resp_imm()
397 imm = rtrs_to_io_rsp_imm(id->msg_id, errno, need_inval); in send_io_resp_imm()