Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c587 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid) in otx2_get_txq_by_classid() function
1763 res = otx2_get_txq_by_classid(pfvf, htb->classid); in otx2_setup_tc_htb()
Dotx2_common.h1127 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid);
Dotx2_pf.c2112 return otx2_get_txq_by_classid(pf, classid); in otx2_qos_select_htb_queue()