Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/adv748x/
H A Dadv748x.h93 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL) argument
94 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) argument
95 #define is_txb(_tx) ((_tx) == &(_tx)->state->txb) argument
96 #define is_tx(_tx) (is_txa(_tx) || is_txb(_tx)) argument
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h202 #define bna_tx_from_rid(_bna, _rid, _tx) \ argument
206 _tx = NULL; \
209 (_tx) = __tx; \
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst114 struct netdev_queue* _tx read_mostly …
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
/linux/net/xdp/
H A Dxsk.c104 return dev->_tx[queue_id].pool; in xsk_get_pool_from_qid()
115 dev->_tx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
133 dev->_tx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux/include/linux/
H A Dnetdevice.h2066 struct netdev_queue *_tx; member
2572 return &dev->_tx[index]; in netdev_get_tx_queue()
2590 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue()
2604 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
/linux/net/core/
H A Ddev.c3020 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels()
3023 while (txq-- != &dev->_tx[0]) { in netdev_unbind_all_sb_channels()
3075 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel()
3083 while (txq-- != &dev->_tx[0]) { in netdev_unbind_sb_channel()
10731 kvfree(dev->_tx); in netif_free_tx_queues()
10747 dev->_tx = tx; in netif_alloc_netdev_queues()
12448 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, _tx); in net_dev_struct_check()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10909 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local
10913 *tx = min_t(int, _tx, max); in __bnxt_trim_rings()
10918 while (_rx + _tx > max) { in __bnxt_trim_rings()
10919 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()
10921 else if (_tx > 1) in __bnxt_trim_rings()
10922 _tx--; in __bnxt_trim_rings()
10925 *tx = _tx; in __bnxt_trim_rings()
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3011 .tx = prefix##_tx, \
3012 .tx_length = ARRAY_SIZE(prefix##_tx), \