Lines Matching refs:need_inval
241 bool need_inval; in rdma_write_sg() local
248 need_inval = le16_to_cpu(id->rd_msg->flags) & RTRS_MSG_NEED_INVAL_F; in rdma_write_sg()
285 if (need_inval && always_invalidate) { in rdma_write_sg()
292 } else if (need_inval) { in rdma_write_sg()
305 if (need_inval) { in rdma_write_sg()
348 0, need_inval)); in rdma_write_sg()
382 bool need_inval = false; in send_io_resp_imm() local
391 need_inval = le16_to_cpu(rd_msg->flags) & in send_io_resp_imm()
395 if (need_inval) { in send_io_resp_imm()
407 need_inval = false; in send_io_resp_imm()
412 if (need_inval && always_invalidate) { in send_io_resp_imm()
419 } else if (need_inval) { in send_io_resp_imm()
431 imm = rtrs_to_io_rsp_imm(id->msg_id, errno, need_inval); in send_io_resp_imm()