Home
last modified time | relevance | path

Searched refs:dto_q (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c109 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()
Dsvc_rdma_recvfrom.c594 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()
/linux-4.1.27/include/linux/sunrpc/
Dsvc_rdma.h76 struct list_head dto_q; member