Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_mqprio.c434 opt.count[tc] = dev->tc_to_txq[tc].count; in mqprio_dump()
435 opt.offset[tc] = dev->tc_to_txq[tc].offset; in mqprio_dump()
520 struct netdev_tc_txq tc = dev->tc_to_txq[cl & TC_BITMASK]; in mqprio_dump_class_stats()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dtx.c452 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in ef4_setup_tc()
453 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in ef4_setup_tc()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dtx.c714 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in efx_setup_tc()
715 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in efx_setup_tc()
/Linux-v4.19/net/core/
Ddev.c2063 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()
2076 tc = &dev->tc_to_txq[q]; in netif_setup_tc()
2088 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc()
2511 memset(dev->tc_to_txq, 0, sizeof(dev->tc_to_txq)); in netdev_reset_tc()
2524 dev->tc_to_txq[tc].count = count; in netdev_set_tc_queue()
2525 dev->tc_to_txq[tc].offset = offset; in netdev_set_tc_queue()
2553 memset(sb_dev->tc_to_txq, 0, sizeof(sb_dev->tc_to_txq)); in netdev_unbind_sb_channel()
2576 sb_dev->tc_to_txq[tc].count = count; in netdev_bind_sb_channel_queue()
2577 sb_dev->tc_to_txq[tc].offset = offset; in netdev_bind_sb_channel_queue()
2831 qoffset = sb_dev->tc_to_txq[tc].offset; in skb_tx_hash()
[all …]
/Linux-v4.19/include/linux/
Dnetdevice.h2005 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE]; member
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8391 txq = vdev->tc_to_txq[tc].offset; in ixgbe_select_queue()
8393 vdev->tc_to_txq[tc].count); in ixgbe_select_queue()