Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c188 set_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_lcl()
190 clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_lcl()
288 set_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_frmr()
290 clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags); in rdma_read_chunk_frmr()
Dsvc_rdma_transport.c355 if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) { in process_context()
/linux-4.1.27/include/linux/sunrpc/
Dsvc_rdma.h124 #define RDMACTXT_F_LAST_CTXT 2 macro