Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c573 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid) in otx2_get_txq_by_classid() function
1685 res = otx2_get_txq_by_classid(pfvf, htb->classid); in otx2_setup_tc_htb()
H A Dotx2_common.h1126 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid);
H A Dotx2_pf.c2108 return otx2_get_txq_by_classid(pf, classid); in otx2_qos_select_htb_queue()