Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/include/net/
H A Dnetdev_lock.h97 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst114 struct netdev_queue* _tx read_mostly …
/linux-6.15/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
/linux-6.15/net/core/
H A Dnet-sysfs.c1411 i = queue - dev->_tx; in get_netdev_queue_index()
1950 struct netdev_queue *queue = dev->_tx + index; in netdev_queue_add_kobject()
2005 struct netdev_queue *queue = ndev->_tx + index; in tx_queue_change_owner()
2043 struct netdev_queue *queue = dev->_tx + i; in netdev_queue_update_kobjects()
H A Ddev.c2996 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels()
2999 while (txq-- != &dev->_tx[0]) { in netdev_unbind_all_sb_channels()
3051 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel()
3059 while (txq-- != &dev->_tx[0]) { in netdev_unbind_sb_channel()
10784 kvfree(dev->_tx); in netif_free_tx_queues()
10800 dev->_tx = tx; in netif_alloc_netdev_queues()
12544 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, _tx); in net_dev_struct_check()
/linux-6.15/net/xdp/
H A Dxsk.c105 return dev->_tx[queue_id].pool; in xsk_get_pool_from_qid()
116 dev->_tx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
134 dev->_tx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux-6.15/include/linux/
H A Dnetdevice.h2094 struct netdev_queue *_tx; member
2632 return &dev->_tx[index]; in netdev_get_tx_queue()
2650 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue()
/linux-6.15/net/sched/
H A Dsch_generic.c1457 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]); in dev_qdisc_change_tx_queue_len()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10972 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local
10976 *tx = min_t(int, _tx, max); in __bnxt_trim_rings()
10981 while (_rx + _tx > max) { in __bnxt_trim_rings()
10982 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()
10984 else if (_tx > 1) in __bnxt_trim_rings()
10985 _tx--; in __bnxt_trim_rings()
10988 *tx = _tx; in __bnxt_trim_rings()
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3011 .tx = prefix##_tx, \
3012 .tx_length = ARRAY_SIZE(prefix##_tx), \