Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst158 struct netdev_tc_txq tc_to_txq[16] read_mostly …
/linux-6.15/net/sched/
H A Dsch_mqprio.c672 struct netdev_tc_txq tc = dev->tc_to_txq[cl & TC_BITMASK]; in mqprio_dump_class_stats()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2307 static int mlx5e_mqprio_txq_to_tc(struct netdev_tc_txq *tc_to_txq, unsigned int txq) in mlx5e_mqprio_txq_to_tc()
2984 struct netdev_tc_txq *tc_to_txq) in mlx5e_netdev_set_tcs()
3058 struct netdev_tc_txq old_tc_to_txq[TC_MAX_QUEUE], *tc_to_txq; in mlx5e_update_tc_and_tx_queues()
3561 static void mlx5e_mqprio_build_default_tc_to_txq(struct netdev_tc_txq *tc_to_txq, in mlx5e_mqprio_build_default_tc_to_txq()
3572 tc_to_txq[tc] = (struct netdev_tc_txq) { in mlx5e_mqprio_build_default_tc_to_txq()
3579 static void mlx5e_mqprio_build_tc_to_txq(struct netdev_tc_txq *tc_to_txq, in mlx5e_mqprio_build_tc_to_txq()
3585 tc_to_txq[tc] = (struct netdev_tc_txq) { in mlx5e_mqprio_build_tc_to_txq()
H A Den.h295 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-6.15/include/linux/
H A Dnetdevice.h823 struct netdev_tc_txq { struct
2108 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-6.15/net/core/
H A Ddev.c2557 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()
2582 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc()