Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h362 #define MAX_TQM_ALLOC_REQ 48 macro
367 struct bnxt_qplib_hwq qtbl[MAX_TQM_ALLOC_REQ];
368 u8 qcount[MAX_TQM_ALLOC_REQ];
H A Dqplib_res.c419 for (i = 0; i < MAX_TQM_ALLOC_REQ; i++) in bnxt_qplib_free_hwctx()
452 for (i = 0; i < MAX_TQM_ALLOC_REQ; i++) { in bnxt_qplib_alloc_tqm_rings()
475 for (i = 0, j = 0; i < MAX_TQM_ALLOC_REQ; in bnxt_qplib_map_tqm_pgtbl()
H A Dqplib_sp.h72 u8 tqm_alloc_reqs[MAX_TQM_ALLOC_REQ];
H A Dqplib_sp.c189 for (i = 0; i < MAX_TQM_ALLOC_REQ / 4; i++) { in bnxt_qplib_get_dev_attr()
H A Dmain.c257 for (i = 0; i < MAX_TQM_ALLOC_REQ; i++) in bnxt_re_limit_pf_res()