Lines Matching defs:update
3893 /* SRQ producer is 8 bytes. Need to update SGE producer index
3894 * in first 4 bytes and need to update WQE producer in
3991 * memory is update before giving the doorbell.
4365 struct rdma_cqe_responder *resp, int *update)
4369 *update |= 1;
4389 int *update)
4396 try_consume_resp_cqe(cq, qp, resp, update);
4400 *update |= 1;
4407 struct rdma_cqe_requester *req, int *update)
4411 *update |= 1;
4422 int update = 0;
4457 try_consume_req_cqe(cq, qp, &cqe->req, &update);
4461 &cqe->resp, &update);
4466 update = 1;
4483 if (update)