Lines Matching refs:tc_to_txq
2307 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()
2320 tc = &dev->tc_to_txq[q]; in netif_setup_tc()
2332 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc()
2763 memset(dev->tc_to_txq, 0, sizeof(dev->tc_to_txq)); in netdev_reset_tc()
2776 dev->tc_to_txq[tc].count = count; in netdev_set_tc_queue()
2777 dev->tc_to_txq[tc].offset = offset; in netdev_set_tc_queue()
2805 memset(sb_dev->tc_to_txq, 0, sizeof(sb_dev->tc_to_txq)); in netdev_unbind_sb_channel()
2828 sb_dev->tc_to_txq[tc].count = count; in netdev_bind_sb_channel_queue()
2829 sb_dev->tc_to_txq[tc].offset = offset; in netdev_bind_sb_channel_queue()
3191 qoffset = sb_dev->tc_to_txq[tc].offset; in skb_tx_hash()
3192 qcount = sb_dev->tc_to_txq[tc].count; in skb_tx_hash()