Searched refs:netdev_tc_txq (Results 1 - 5 of 5) sorted by last modified time

/linux-master/net/sched/
H A Dsch_mqprio.c672 struct netdev_tc_txq tc = dev->tc_to_txq[cl & TC_BITMASK];
/linux-master/net/core/
H A Ddev.c2367 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
2392 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
/linux-master/include/linux/
H A Dnetdevice.h783 struct netdev_tc_txq { struct
2058 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2279 static int mlx5e_mqprio_txq_to_tc(struct netdev_tc_txq *tc_to_txq, unsigned int txq)
2957 struct netdev_tc_txq *tc_to_txq)
3028 struct netdev_tc_txq old_tc_to_txq[TC_MAX_QUEUE], *tc_to_txq;
3529 static void mlx5e_mqprio_build_default_tc_to_txq(struct netdev_tc_txq *tc_to_txq,
3540 tc_to_txq[tc] = (struct netdev_tc_txq) {
3547 static void mlx5e_mqprio_build_tc_to_txq(struct netdev_tc_txq *tc_to_txq,
3553 tc_to_txq[tc] = (struct netdev_tc_txq) {
H A Den.h308 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];

Completed in 250 milliseconds