Home
last modified time | relevance | path

Searched refs:pppp_factor (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c951 u8 pppp_factor) in bnxt_qplib_alloc_dpi_tbl() argument
1004 if (pppp_factor) in bnxt_qplib_alloc_dpi_tbl()
1006 BNXT_QPLIB_MAX_EXTENDED_PPP_PAGES / pppp_factor; in bnxt_qplib_alloc_dpi_tbl()
1084 int bnxt_qplib_alloc_tbls(struct bnxt_qplib_res *res, u8 pppp_factor) in bnxt_qplib_alloc_tbls() argument
1103 rc = bnxt_qplib_alloc_dpi_tbl(res, dev_attr, pppp_factor); in bnxt_qplib_alloc_tbls()
H A Dqplib_res.h488 int bnxt_qplib_alloc_tbls(struct bnxt_qplib_res *res, u8 pppp_factor);
H A Dmain.c3105 u8 pppp_factor = 0; in bnxt_re_alloc_init_tbls() local
3114 pppp_factor = rdev->en_dev->port_count; in bnxt_re_alloc_init_tbls()
3115 rc = bnxt_qplib_alloc_tbls(&rdev->qplib_res, pppp_factor); in bnxt_re_alloc_init_tbls()