Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c45 err = otx2_txschq_config(pfvf, lvl, prio, true); in otx2_pfc_txschq_config()
H A Dotx2_common.c605 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 Dotx2_common.h977 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool pfc_en);
H A Dotx2_pf.c1556 err = otx2_txschq_config(pf, lvl, 0, false); in otx2_init_hw_resources()