Searched refs:re_max_fr_depth (Results 1 – 2 of 2) sorted by relevance
124 unsigned int depth = ep->re_max_fr_depth; in frwr_mr_init()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()263 if ((ep->re_max_rdma_segs * ep->re_max_fr_depth) < RPCRDMA_MAX_SEGS) in frwr_query_device()[all …]
77 unsigned int re_max_fr_depth; member