Searched refs:dto_q (Results 1 – 3 of 3) sorted by relevance
109 INIT_LIST_HEAD(&ctxt->dto_q); in svc_rdma_get_context()313 list_add_tail(&ctxt->dto_q, &xprt->sc_rq_dto_q); in rq_cq_reap()360 list_add_tail(&read_hdr->dto_q, in process_context()1148 dto_q); in __svc_rdma_free()1149 list_del_init(&ctxt->dto_q); in __svc_rdma_free()1158 dto_q); in __svc_rdma_free()1159 list_del_init(&ctxt->dto_q); in __svc_rdma_free()
594 dto_q); in svc_rdma_recvfrom()595 list_del_init(&ctxt->dto_q); in svc_rdma_recvfrom()601 dto_q); in svc_rdma_recvfrom()602 list_del_init(&ctxt->dto_q); in svc_rdma_recvfrom()
76 struct list_head dto_q; member