Home
last modified time | relevance | path

Searched refs:_tx (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna.h210 #define bna_tx_from_rid(_bna, _rid, _tx) \ argument
214 _tx = NULL; \
217 (_tx) = __tx; \
/Linux-v4.19/net/core/
Dnet-sysfs.c1050 i = queue - dev->_tx; in get_netdev_queue_index()
1465 struct netdev_queue *queue = dev->_tx + index; in netdev_queue_add_kobject()
1506 struct netdev_queue *queue = dev->_tx + i; in netdev_queue_update_kobjects()
Ddev.c2493 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels()
2496 while (txq-- != &dev->_tx[0]) { in netdev_unbind_all_sb_channels()
2548 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel()
2556 while (txq-- != &dev->_tx[0]) { in netdev_unbind_sb_channel()
8355 kvfree(dev->_tx); in netif_free_tx_queues()
8371 dev->_tx = tx; in netif_alloc_netdev_queues()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k.h169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
/Linux-v4.19/include/linux/
Dnetdevice.h1922 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
2074 return &dev->_tx[index]; in netdev_get_tx_queue()
2092 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue()
2108 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
/Linux-v4.19/net/sched/
Dsch_generic.c1228 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]); in dev_qdisc_change_tx_queue_len()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5817 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local
5821 *tx = min_t(int, _tx, max); in bnxt_trim_rings()
5826 while (_rx + _tx > max) { in bnxt_trim_rings()
5827 if (_rx > _tx && _rx > 1) in bnxt_trim_rings()
5829 else if (_tx > 1) in bnxt_trim_rings()
5830 _tx--; in bnxt_trim_rings()
5833 *tx = _tx; in bnxt_trim_rings()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dradio_2056.c3024 .tx = prefix##_tx, \
3025 .tx_length = ARRAY_SIZE(prefix##_tx), \