/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x.h | 94 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL) 95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) 96 #define is_txb(_tx) ((_tx) == &(_tx)->state->txb) 97 #define is_tx(_tx) (is_tx [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x.h | 94 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL) 95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) 96 #define is_txb(_tx) ((_tx) == &(_tx)->state->txb) 97 #define is_tx(_tx) (is_tx [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna.h | 202 #define bna_tx_from_rid(_bna, _rid, _tx) \ 206 _tx = NULL; \ 209 (_tx) = __tx; \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bna.h | 202 #define bna_tx_from_rid(_bna, _rid, _tx) \ 206 _tx = NULL; \ 209 (_tx) = __tx; \
|
/kernel/linux/linux-5.10/net/xdp/ |
H A D | xsk.c | 102 return dev->_tx[queue_id].pool; in xsk_get_pool_from_qid() 113 dev->_tx[queue_id].pool = NULL; in xsk_clear_pool_at_qid() 116 /* The buffer pool is stored both in the _rx struct and the _tx struct as we do 131 dev->_tx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | net-sysfs.c | 1178 i = queue - dev->_tx; in get_netdev_queue_index() 1639 struct netdev_queue *queue = dev->_tx + index; in netdev_queue_add_kobject() 1671 struct netdev_queue *queue = ndev->_tx + index; in tx_queue_change_owner() 1702 struct netdev_queue *queue = dev->_tx + i; in netdev_queue_update_kobjects()
|
H A D | dev.c | 2836 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels() 2839 while (txq-- != &dev->_tx[0]) { in netdev_unbind_all_sb_channels() 2891 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel() 2899 while (txq-- != &dev->_tx[0]) { in netdev_unbind_sb_channel() 9872 kvfree(dev->_tx); in netif_free_tx_queues() 9888 dev->_tx = tx; in netif_alloc_netdev_queues()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net-sysfs.c | 1248 i = queue - dev->_tx; in get_netdev_queue_index() 1685 struct netdev_queue *queue = dev->_tx + index; in netdev_queue_add_kobject() 1717 struct netdev_queue *queue = ndev->_tx + index; in tx_queue_change_owner() 1755 struct netdev_queue *queue = dev->_tx + i; in netdev_queue_update_kobjects()
|
H A D | dev.c | 2804 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels() 2807 while (txq-- != &dev->_tx[0]) { in netdev_unbind_all_sb_channels() 2859 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel() 2867 while (txq-- != &dev->_tx[0]) { in netdev_unbind_sb_channel() 10023 kvfree(dev->_tx); in netif_free_tx_queues() 10039 dev->_tx = tx; in netif_alloc_netdev_queues()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk.c | 105 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() 119 /* The buffer pool is stored both in the _rx struct and the _tx struct as we do 134 dev->_tx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 1795 * @_tx: Array of TX queues 2086 struct netdev_queue *_tx ____cacheline_aligned_in_smp; 2271 return &dev->_tx[index]; in netdev_get_tx_queue() 2289 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue() 2305 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 1942 * @_tx: Array of TX queues 2275 struct netdev_queue *_tx ____cacheline_aligned_in_smp; 2502 return &dev->_tx[index]; in netdev_get_tx_queue() 2520 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue() 2534 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_generic.c | 1344 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]); in dev_qdisc_change_tx_queue_len()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_generic.c | 1441 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]); in dev_qdisc_change_tx_queue_len()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 8463 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local 8467 *tx = min_t(int, _tx, max); in bnxt_trim_rings() 8472 while (_rx + _tx > max) { in bnxt_trim_rings() 8473 if (_rx > _tx && _rx > 1) in bnxt_trim_rings() 8475 else if (_tx > 1) in bnxt_trim_rings() 8476 _tx--; in bnxt_trim_rings() 8479 *tx = _tx; in bnxt_trim_rings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 8951 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local 8955 *tx = min_t(int, _tx, max); in bnxt_trim_rings() 8960 while (_rx + _tx > max) { in bnxt_trim_rings() 8961 if (_rx > _tx && _rx > 1) in bnxt_trim_rings() 8963 else if (_tx > 1) in bnxt_trim_rings() 8964 _tx--; in bnxt_trim_rings() 8967 *tx = _tx; in bnxt_trim_rings()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2056.c | 3011 .tx = prefix##_tx, \ 3012 .tx_length = ARRAY_SIZE(prefix##_tx), \
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2056.c | 3011 .tx = prefix##_tx, \ 3012 .tx_length = ARRAY_SIZE(prefix##_tx), \
|