Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c230 u32 aux_slots, pg_size; in bnxt_qplib_alloc_init_hwq() local
243 aux_slots = hwq_attr->aux_depth; in bnxt_qplib_alloc_init_hwq()
245 aux_pages = (aux_slots * aux_size) / pg_size; in bnxt_qplib_alloc_init_hwq()
246 if ((aux_slots * aux_size) % pg_size) in bnxt_qplib_alloc_init_hwq()