Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dxprtrdma.h52 #define RPCRDMA_MIN_SLOT_TABLE (4U) macro
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dtransport.c76 static unsigned int min_slot_table_size = RPCRDMA_MIN_SLOT_TABLE;
H A Dfrwr_ops.c233 if (max_qp_wr < RPCRDMA_MIN_SLOT_TABLE) in frwr_query_device()