Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c15 for (prio = 0; prio < NIX_PF_PFC_PRIO_MAX; prio++) { in otx2_check_pfc_config()
34 for (prio = 0; prio < NIX_PF_PFC_PRIO_MAX; prio++) { in otx2_pfc_txschq_config()
110 for (prio = 0; prio < NIX_PF_PFC_PRIO_MAX; prio++) { in otx2_pfc_txschq_alloc()
207 for (prio = 0; prio < NIX_PF_PFC_PRIO_MAX; prio++) { in otx2_pfc_txschq_update()
273 for (prio = 0; prio < NIX_PF_PFC_PRIO_MAX; prio++) { in otx2_pfc_txschq_stop()
414 if (pfvf->hw.tx_queues >= NIX_PF_PFC_PRIO_MAX) in otx2_dcbnl_ieee_setpfc()
H A Dotx2_common.h52 #define NIX_PF_PFC_PRIO_MAX 8 macro
524 bool pfc_alloc_status[NIX_PF_PFC_PRIO_MAX];
917 if (qidx < NIX_PF_PFC_PRIO_MAX && pfvf->pfc_alloc_status[qidx]) in otx2_get_smq_idx()