Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c163 INIT_LIST_HEAD(&ctxt->dto_q); in svc_rdma_get_context()
365 list_add_tail(&ctxt->dto_q, &xprt->sc_rq_dto_q); in rq_cq_reap()
412 list_add_tail(&read_hdr->dto_q, in process_context()
1180 dto_q); in __svc_rdma_free()
1181 list_del_init(&ctxt->dto_q); in __svc_rdma_free()
1190 dto_q); in __svc_rdma_free()
1191 list_del_init(&ctxt->dto_q); in __svc_rdma_free()
Dsvc_rdma_recvfrom.c591 dto_q); in svc_rdma_recvfrom()
592 list_del_init(&ctxt->dto_q); in svc_rdma_recvfrom()
598 dto_q); in svc_rdma_recvfrom()
599 list_del_init(&ctxt->dto_q); in svc_rdma_recvfrom()
/linux-4.4.14/include/linux/sunrpc/
Dsvc_rdma.h76 struct list_head dto_q; member