Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c45 err = otx2_txschq_config(pfvf, lvl, prio, true); in otx2_pfc_txschq_config()
Dotx2_common.h916 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool pfc_en);
Dotx2_common.c589 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool txschq_for_pfc) in otx2_txschq_config() function
690 EXPORT_SYMBOL(otx2_txschq_config);
Dotx2_pf.c1494 err = otx2_txschq_config(pf, lvl, 0, false); in otx2_init_hw_resources()