Home
last modified time | relevance | path

Searched refs:OTX2_QOS_MAX_LEAF_NODES (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.h16 #define OTX2_QOS_MAX_LEAF_NODES 16 macro
42 DECLARE_HASHTABLE(qos_hlist, order_base_2(OTX2_QOS_MAX_LEAF_NODES));
44 u16 qid_to_sqmap[OTX2_QOS_MAX_LEAF_NODES];
46 DECLARE_BITMAP(qos_sq_bmap, OTX2_QOS_MAX_LEAF_NODES);
Dqos_sq.c17 #define OTX2_QOS_MAX_LEAF_NODES 16 macro
Dotx2_vf.c549 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2vf_probe()
Dotx2_ethtool.c306 OTX2_QOS_MAX_LEAF_NODES); in otx2_set_channels()
Dqos.c32 OTX2_QOS_MAX_LEAF_NODES); in otx2_qos_update_tx_netdev_queues()
Dotx2_pf.c2812 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2_probe()