Lines Matching refs:need_inval
210 bool need_inval; in rdma_write_sg() local
217 need_inval = le16_to_cpu(id->rd_msg->flags) & RTRS_MSG_NEED_INVAL_F; in rdma_write_sg()
254 if (need_inval && always_invalidate) { in rdma_write_sg()
261 } else if (need_inval) { in rdma_write_sg()
274 if (need_inval) { in rdma_write_sg()
317 0, need_inval)); in rdma_write_sg()
350 bool need_inval = false; in send_io_resp_imm() local
359 need_inval = le16_to_cpu(rd_msg->flags) & in send_io_resp_imm()
363 if (need_inval) { in send_io_resp_imm()
375 need_inval = false; in send_io_resp_imm()
380 if (need_inval && always_invalidate) { in send_io_resp_imm()
387 } else if (need_inval) { in send_io_resp_imm()
399 imm = rtrs_to_io_rsp_imm(id->msg_id, errno, need_inval); in send_io_resp_imm()