Searched refs:tc_to_txq (Results 1 – 5 of 5) sorted by relevance
251 opt.count[i] = dev->tc_to_txq[i].count; in mqprio_dump()252 opt.offset[i] = dev->tc_to_txq[i].offset; in mqprio_dump()303 struct netdev_tc_txq tc = dev->tc_to_txq[i]; in mqprio_dump_class()333 struct netdev_tc_txq tc = dev->tc_to_txq[cl - 1]; in mqprio_dump_class_stats()
352 qoffset = dev->tc_to_txq[tc].offset; in __skb_tx_hash()353 qcount = dev->tc_to_txq[tc].count; in __skb_tx_hash()
1877 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()1890 tc = &dev->tc_to_txq[q]; in netif_setup_tc()
1743 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE]; member1779 memset(dev->tc_to_txq, 0, sizeof(dev->tc_to_txq)); in netdev_reset_tc()1789 dev->tc_to_txq[tc].count = count; in netdev_set_tc_queue()1790 dev->tc_to_txq[tc].offset = offset; in netdev_set_tc_queue()
580 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in efx_setup_tc()581 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in efx_setup_tc()