Searched refs:otx2_txschq_config (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_dcbnl.c | 45 err = otx2_txschq_config(pfvf, lvl, prio, true); in otx2_pfc_txschq_config()
|
D | otx2_common.h | 916 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool pfc_en);
|
D | otx2_common.c | 589 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);
|
D | otx2_pf.c | 1494 err = otx2_txschq_config(pf, lvl, 0, false); in otx2_init_hw_resources()
|