Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/sunrpc/
Dsvc_rdma.h126 #define RDMACTXT_F_LAST_CTXT 2 macro
/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c436 clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_xdr()
468 set_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_xdr()
Dsvc_rdma_transport.c350 if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) { in process_context()