Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h837 #define BNXT_MAX_QUEUE 8 macro
921 struct bnxt_queue_info q_info[BNXT_MAX_QUEUE];
Dbnxt.c3706 if (bp->max_tc > BNXT_MAX_QUEUE) in bnxt_hwrm_queue_qportcfg()
3707 bp->max_tc = BNXT_MAX_QUEUE; in bnxt_hwrm_queue_qportcfg()