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
3985 * memory is update before giving the doorbell.
4359 struct rdma_cqe_responder *resp, int *update)
4363 *update |= 1;
4383 int *update)
4390 try_consume_resp_cqe(cq, qp, resp, update);
4394 *update |= 1;
4401 struct rdma_cqe_requester *req, int *update)
4405 *update |= 1;
4416 int update = 0;
4451 try_consume_req_cqe(cq, qp, &cqe->req, &update);
4455 &cqe->resp, &update);
4460 update = 1;
4477 if (update)