Searched refs:tc_to_txq (Results 1 – 7 of 7) sorted by relevance
433 opt.count[tc] = dev->tc_to_txq[tc].count; in mqprio_dump()434 opt.offset[tc] = dev->tc_to_txq[tc].offset; in mqprio_dump()519 struct netdev_tc_txq tc = dev->tc_to_txq[cl & TC_BITMASK]; in mqprio_dump_class_stats()
1207 offset = dev->tc_to_txq[i].offset; in tc_map_to_queue_mask()1208 count = dev->tc_to_txq[i].count; in tc_map_to_queue_mask()1407 if (dev->tc_to_txq[i].count != mqprio->count[i] || in taprio_mqprio_cmp()1408 dev->tc_to_txq[i].offset != mqprio->offset[i]) in taprio_mqprio_cmp()1852 opt.count[i] = dev->tc_to_txq[i].count; in taprio_dump()1853 opt.offset[i] = dev->tc_to_txq[i].offset; in taprio_dump()
630 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in efx_setup_tc()631 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in efx_setup_tc()
449 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in ef4_setup_tc()450 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in ef4_setup_tc()
2406 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()2419 tc = &dev->tc_to_txq[q]; in netif_setup_tc()2431 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc()2859 memset(dev->tc_to_txq, 0, sizeof(dev->tc_to_txq)); in netdev_reset_tc()2872 dev->tc_to_txq[tc].count = count; in netdev_set_tc_queue()2873 dev->tc_to_txq[tc].offset = offset; in netdev_set_tc_queue()2901 memset(sb_dev->tc_to_txq, 0, sizeof(sb_dev->tc_to_txq)); in netdev_unbind_sb_channel()2924 sb_dev->tc_to_txq[tc].count = count; in netdev_bind_sb_channel_queue()2925 sb_dev->tc_to_txq[tc].offset = offset; in netdev_bind_sb_channel_queue()3179 qoffset = sb_dev->tc_to_txq[tc].offset; in skb_tx_hash()[all …]
2196 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE]; member
8522 txq = vdev->tc_to_txq[tc].offset; in ixgbe_select_queue()8524 vdev->tc_to_txq[tc].count); in ixgbe_select_queue()