Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/ !
Dsch_mqprio.c505 struct netdev_tc_txq tc = dev->tc_to_txq[cl & TC_BITMASK]; in mqprio_dump_class_stats()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ !
Den_main.c2048 static int mlx5e_mqprio_txq_to_tc(struct netdev_tc_txq *tc_to_txq, unsigned int txq) in mlx5e_mqprio_txq_to_tc()
2704 struct netdev_tc_txq *tc_to_txq) in mlx5e_netdev_set_tcs()
2754 struct netdev_tc_txq old_tc_to_txq[TC_MAX_QUEUE], *tc_to_txq; in mlx5e_update_netdev_queues()
3334 static void mlx5e_mqprio_build_default_tc_to_txq(struct netdev_tc_txq *tc_to_txq, in mlx5e_mqprio_build_default_tc_to_txq()
3345 tc_to_txq[tc] = (struct netdev_tc_txq) { in mlx5e_mqprio_build_default_tc_to_txq()
3352 static void mlx5e_mqprio_build_tc_to_txq(struct netdev_tc_txq *tc_to_txq, in mlx5e_mqprio_build_tc_to_txq()
3358 tc_to_txq[tc] = (struct netdev_tc_txq) { in mlx5e_mqprio_build_tc_to_txq()
Den.h309 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-6.1.9/include/linux/ !
Dnetdevice.h846 struct netdev_tc_txq { struct
2326 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-6.1.9/net/core/ !
Ddev.c2321 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()
2346 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc()