Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c178 set_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_lcl()
180 clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_lcl()
270 set_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_frmr()
272 clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_frmr()
Dsvc_rdma_transport.c407 if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) { in process_context()
/linux-4.4.14/include/linux/sunrpc/
Dsvc_rdma.h122 #define RDMACTXT_F_LAST_CTXT 2 macro