Home
last modified time | relevance | path

Searched refs:ROCE_PG_SIZE_2M (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h206 #define ROCE_PG_SIZE_2M (2 * 1024 * 1024) macro
549 case ROCE_PG_SIZE_2M: pg_size = BNXT_QPLIB_HWRM_PG_SIZE_2M; in _get_pte_pg_size()
579 case ROCE_PG_SIZE_2M: pg_size = BNXT_QPLIB_HWRM_PG_SIZE_2M; in _get_base_pg_size()
H A Dqplib_fp.c2516 pbl->pg_size == ROCE_PG_SIZE_2M ? CMDQ_RESIZE_CQ_PG_SIZE_PG_2M : in bnxt_qplib_resize_cq()