Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A 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);
H A Dqos_sq.c17 #define OTX2_QOS_MAX_LEAF_NODES 16 macro
H A Dotx2_vf.c564 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2vf_probe()
H A Dotx2_ethtool.c306 OTX2_QOS_MAX_LEAF_NODES); in otx2_set_channels()
H A Dqos.c32 OTX2_QOS_MAX_LEAF_NODES); in otx2_qos_update_tx_netdev_queues()
H A Dotx2_pf.c2885 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2_probe()