Home
last modified time | relevance | path

Searched refs:otx2_get_txq_by_classid (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c573 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid) in otx2_get_txq_by_classid() function
1681 res = otx2_get_txq_by_classid(pfvf, htb->classid); in otx2_setup_tc_htb()
Dotx2_common.h1122 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid);
Dotx2_pf.c2019 return otx2_get_txq_by_classid(pf, classid); in otx2_qos_select_htb_queue()