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