Home
last modified time | relevance | path

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

/drivers/infiniband/hw/bnxt_re/
Dqplib_res.c186 u32 npages, aux_slots, pg_size, aux_pages = 0, aux_size = 0; in bnxt_qplib_alloc_init_hwq() local
202 aux_slots = hwq_attr->aux_depth; in bnxt_qplib_alloc_init_hwq()
204 aux_pages = (aux_slots * aux_size) / pg_size; in bnxt_qplib_alloc_init_hwq()
205 if ((aux_slots * aux_size) % pg_size) in bnxt_qplib_alloc_init_hwq()