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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h308 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
H A Den_main.c2178 static int mlx5e_mqprio_txq_to_tc(struct netdev_tc_txq *tc_to_txq, unsigned int txq)
2856 struct netdev_tc_txq *tc_to_txq)
2906 struct netdev_tc_txq old_tc_to_txq[TC_MAX_QUEUE], *tc_to_txq;
3429 static void mlx5e_mqprio_build_default_tc_to_txq(struct netdev_tc_txq *tc_to_txq,
3440 tc_to_txq[tc] = (struct netdev_tc_txq) {
3447 static void mlx5e_mqprio_build_tc_to_txq(struct netdev_tc_txq *tc_to_txq,
3453 tc_to_txq[tc] = (struct netdev_tc_txq) {
/linux-master/net/sched/
H A Dsch_mqprio.c674 struct netdev_tc_txq tc = dev->tc_to_txq[cl & TC_BITMASK];
/linux-master/include/linux/
H A Dnetdevice.h783 struct netdev_tc_txq { struct
2056 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-master/net/core/
H A Ddev.c2320 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
2345 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];

Completed in 185 milliseconds