Searched refs:otx2_txschq_config (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_dcbnl.c | 45 err = otx2_txschq_config(pfvf, lvl, prio, true); in otx2_pfc_txschq_config()
|
H A D | otx2_common.c | 605 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool txschq_for_pfc) in otx2_txschq_config() function 710 EXPORT_SYMBOL(otx2_txschq_config);
|
H A D | otx2_common.h | 977 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool pfc_en);
|
H A D | otx2_pf.c | 1556 err = otx2_txschq_config(pf, lvl, 0, false); in otx2_init_hw_resources()
|