Searched refs:re_max_fr_depth (Results 1 – 2 of 2) sorted by relevance
128 unsigned int depth = ep->re_max_fr_depth; in frwr_mr_init()210 ep->re_max_fr_depth = attrs->max_sge_rd; in frwr_query_device()212 ep->re_max_fr_depth = attrs->max_fast_reg_page_list_len; in frwr_query_device()213 if (ep->re_max_fr_depth > RPCRDMA_MAX_DATA_SEGS) in frwr_query_device()214 ep->re_max_fr_depth = RPCRDMA_MAX_DATA_SEGS; in frwr_query_device()230 if (ep->re_max_fr_depth < RPCRDMA_MAX_DATA_SEGS) { in frwr_query_device()231 delta = RPCRDMA_MAX_DATA_SEGS - ep->re_max_fr_depth; in frwr_query_device()234 delta -= ep->re_max_fr_depth; in frwr_query_device()260 DIV_ROUND_UP(RPCRDMA_MAX_DATA_SEGS, ep->re_max_fr_depth); in frwr_query_device()271 if ((ep->re_max_rdma_segs * ep->re_max_fr_depth) < RPCRDMA_MAX_SEGS) in frwr_query_device()[all …]
76 unsigned int re_max_fr_depth; member