Home
last modified time | relevance | path

Searched refs:re_max_fr_depth (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c118 unsigned int depth = ep->re_max_fr_depth; in frwr_mr_init()
160 * ep->re_max_fr_depth
199 ep->re_max_fr_depth = attrs->max_sge_rd; in frwr_query_device()
201 ep->re_max_fr_depth = attrs->max_fast_reg_page_list_len; in frwr_query_device()
202 if (ep->re_max_fr_depth > RPCRDMA_MAX_DATA_SEGS) in frwr_query_device()
203 ep->re_max_fr_depth = RPCRDMA_MAX_DATA_SEGS; in frwr_query_device()
219 if (ep->re_max_fr_depth < RPCRDMA_MAX_DATA_SEGS) { in frwr_query_device()
220 delta = RPCRDMA_MAX_DATA_SEGS - ep->re_max_fr_depth; in frwr_query_device()
223 delta -= ep->re_max_fr_depth; in frwr_query_device()
249 DIV_ROUND_UP(RPCRDMA_MAX_DATA_SEGS, ep->re_max_fr_depth); in frwr_query_device()
[all...]
H A Dxprt_rdma.h75 unsigned int re_max_fr_depth; member
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c124 unsigned int depth = ep->re_max_fr_depth; in frwr_mr_init()
163 * ep->re_max_fr_depth
202 ep->re_max_fr_depth = attrs->max_sge_rd; in frwr_query_device()
204 ep->re_max_fr_depth = attrs->max_fast_reg_page_list_len; in frwr_query_device()
205 if (ep->re_max_fr_depth > RPCRDMA_MAX_DATA_SEGS) in frwr_query_device()
206 ep->re_max_fr_depth = RPCRDMA_MAX_DATA_SEGS; in frwr_query_device()
222 if (ep->re_max_fr_depth < RPCRDMA_MAX_DATA_SEGS) { in frwr_query_device()
223 delta = RPCRDMA_MAX_DATA_SEGS - ep->re_max_fr_depth; in frwr_query_device()
226 delta -= ep->re_max_fr_depth; in frwr_query_device()
252 DIV_ROUND_UP(RPCRDMA_MAX_DATA_SEGS, ep->re_max_fr_depth); in frwr_query_device()
[all...]
H A Dxprt_rdma.h77 unsigned int re_max_fr_depth; member

Completed in 4 milliseconds