Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/i2c/adv748x/
Dadv748x.h94 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL) argument
95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) argument
96 #define is_txb(_tx) ((_tx) == &(_tx)->state->txb) argument
97 #define is_tx(_tx) (is_txa(_tx) || is_txb(_tx)) argument
/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbna.h202 #define bna_tx_from_rid(_bna, _rid, _tx) \ argument
206 _tx = NULL; \
209 (_tx) = __tx; \
/linux-5.19.10/net/core/
Dnet-sysfs.c1219 i = queue - dev->_tx; in get_netdev_queue_index()
1656 struct netdev_queue *queue = dev->_tx + index; in netdev_queue_add_kobject()
1688 struct netdev_queue *queue = ndev->_tx + index; in tx_queue_change_owner()
1726 struct netdev_queue *queue = dev->_tx + i; in netdev_queue_update_kobjects()
Ddev.c2759 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels()
2762 while (txq-- != &dev->_tx[0]) { in netdev_unbind_all_sb_channels()
2814 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel()
2822 while (txq-- != &dev->_tx[0]) { in netdev_unbind_sb_channel()
9903 kvfree(dev->_tx); in netif_free_tx_queues()
9919 dev->_tx = tx; in netif_alloc_netdev_queues()
/linux-5.19.10/net/xdp/
Dxsk.c103 return dev->_tx[queue_id].pool; in xsk_get_pool_from_qid()
114 dev->_tx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
132 dev->_tx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux-5.19.10/drivers/net/ethernet/intel/fm10k/
Dfm10k.h169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
/linux-5.19.10/include/linux/
Dnetdevice.h2208 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
2419 return &dev->_tx[index]; in netdev_get_tx_queue()
2437 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue()
2451 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
/linux-5.19.10/net/sched/
Dsch_generic.c1437 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]); in dev_qdisc_change_tx_queue_len()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c8935 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local
8939 *tx = min_t(int, _tx, max); in bnxt_trim_rings()
8944 while (_rx + _tx > max) { in bnxt_trim_rings()
8945 if (_rx > _tx && _rx > 1) in bnxt_trim_rings()
8947 else if (_tx > 1) in bnxt_trim_rings()
8948 _tx--; in bnxt_trim_rings()
8951 *tx = _tx; in bnxt_trim_rings()
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dradio_2056.c3011 .tx = prefix##_tx, \
3012 .tx_length = ARRAY_SIZE(prefix##_tx), \