Lines Matching defs:next

599 		next_send_wr = data_wr->next;
601 data_wr->next = NULL;
628 rdma_req->data.wr.next = NULL;
629 rdma_req->rsp.wr.next = NULL;
798 rdma_req->rsp.wr.next = NULL;
807 rdma_req->data.wr.next = NULL;
1143 wr = wr->next;
1146 rdma_req->remaining_tranfer_in_wrs = wr->next;
1150 wr->next = NULL;
1395 nvmf_rdma_setup_wr(struct ibv_send_wr *wr, struct ibv_send_wr *next,
1401 wr->next = next;
1405 wr->next = NULL;
1435 current_data_wr->wr.next = &work_requests[i]->wr;
1472 wr = wr->next;
1569 if (num_extra_wrs > 0 && wr->next) {
1570 wr = wr->next;
1596 /* Metadata that do not fit this IO buffer will be included in the next IO buffer */
1603 the remaining metadata bits at the beginning of the next buffer */
1819 current_wr = current_wr->next;
2004 enum spdk_nvme_cmd_fuse last, next;
2007 next = rdma_req->req.cmd->nvme_cmd.fuse;
2011 if (spdk_likely(last == SPDK_NVME_CMD_FUSE_NONE && next == SPDK_NVME_CMD_FUSE_NONE)) {
2016 if (next == SPDK_NVME_CMD_FUSE_SECOND) {
2039 if (next == SPDK_NVME_CMD_FUSE_FIRST) {
2040 /* Set rqpair->fused_first here so that we know to check that the next request
2044 } else if (next == SPDK_NVME_CMD_FUSE_SECOND) {
2076 struct spdk_nvmf_request *next;
2078 next = STAILQ_NEXT(r, buf_link);
2079 if (next == NULL || next->cmd->nvme_cmd.opc != SPDK_NVME_OPC_FABRIC) {
2083 r = next;
2176 /* The next state transition depends on the data transfer needs of this request. */
2316 * valid - i.e. this is a FIRST but we haven't received the next
2420 * We verified that data + response fit into send queue, so we can go to the next state directly
4514 bad_recv_wr = bad_recv_wr->next;
4525 bad_recv_wr = bad_recv_wr->next;
4564 for (; bad_wr != NULL; bad_wr = bad_wr->next) {
4747 rdma_recv->wr.next = NULL;
4767 rdma_recv->wr.next = NULL;