Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c105 INIT_LIST_HEAD(&ctxt->dto_q); in svc_rdma_get_context()
311 list_add_tail(&ctxt->dto_q, &xprt->sc_rq_dto_q); in rq_cq_reap()
357 list_add_tail(&read_hdr->dto_q, in process_context()
1140 dto_q); in __svc_rdma_free()
1141 list_del_init(&ctxt->dto_q); in __svc_rdma_free()
1150 dto_q); in __svc_rdma_free()
1151 list_del_init(&ctxt->dto_q); in __svc_rdma_free()
Dsvc_rdma_recvfrom.c600 dto_q); in svc_rdma_recvfrom()
601 list_del_init(&ctxt->dto_q); in svc_rdma_recvfrom()
611 dto_q); in svc_rdma_recvfrom()
612 list_del_init(&ctxt->dto_q); in svc_rdma_recvfrom()
/linux-3.4.99/include/linux/sunrpc/
Dsvc_rdma.h78 struct list_head dto_q; member