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

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c729 int max_mtts_first_page; local
733 max_mtts_first_page = mtts_per_page - (mtt->offset + start_index)
736 chunk = min_t(int, max_mtts_first_page, npages);

Completed in 86 milliseconds