Searched refs:re_max_fr_depth (Results 1 – 2 of 2) sorted by relevance
125 unsigned int depth = ep->re_max_fr_depth; in frwr_mr_init()203 ep->re_max_fr_depth = attrs->max_sge_rd; in frwr_query_device()205 ep->re_max_fr_depth = attrs->max_fast_reg_page_list_len; in frwr_query_device()206 if (ep->re_max_fr_depth > RPCRDMA_MAX_DATA_SEGS) in frwr_query_device()207 ep->re_max_fr_depth = RPCRDMA_MAX_DATA_SEGS; in frwr_query_device()223 if (ep->re_max_fr_depth < RPCRDMA_MAX_DATA_SEGS) { in frwr_query_device()224 delta = RPCRDMA_MAX_DATA_SEGS - ep->re_max_fr_depth; in frwr_query_device()227 delta -= ep->re_max_fr_depth; in frwr_query_device()253 DIV_ROUND_UP(RPCRDMA_MAX_DATA_SEGS, ep->re_max_fr_depth); in frwr_query_device()264 if ((ep->re_max_rdma_segs * ep->re_max_fr_depth) < RPCRDMA_MAX_SEGS) in frwr_query_device()[all …]
78 unsigned int re_max_fr_depth; member