Searched refs:_tx (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/media/i2c/adv748x/ |
D | adv748x.h | 94 #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-v6.6/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 202 #define bna_tx_from_rid(_bna, _rid, _tx) \ argument 206 _tx = NULL; \ 209 (_tx) = __tx; \
|
/Linux-v6.6/net/core/ |
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()
|
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() 10017 kvfree(dev->_tx); in netif_free_tx_queues() 10033 dev->_tx = tx; in netif_alloc_netdev_queues()
|
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 169 return &ring->netdev->_tx[ring->queue_index]; in txring_txq()
|
/Linux-v6.6/net/xdp/ |
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() 134 dev->_tx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
|
/Linux-v6.6/include/linux/ |
D | netdevice.h | 2264 struct netdev_queue *_tx ____cacheline_aligned_in_smp; 2490 return &dev->_tx[index]; in netdev_get_tx_queue() 2508 f(dev, &dev->_tx[i], arg); in netdev_for_each_tx_queue() 2522 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
|
/Linux-v6.6/net/sched/ |
D | sch_generic.c | 1441 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]); in dev_qdisc_change_tx_queue_len()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 8936 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local 8940 *tx = min_t(int, _tx, max); in bnxt_trim_rings() 8945 while (_rx + _tx > max) { in bnxt_trim_rings() 8946 if (_rx > _tx && _rx > 1) in bnxt_trim_rings() 8948 else if (_tx > 1) in bnxt_trim_rings() 8949 _tx--; in bnxt_trim_rings() 8952 *tx = _tx; in bnxt_trim_rings()
|
/Linux-v6.6/drivers/net/wireless/broadcom/b43/ |
D | radio_2056.c | 3011 .tx = prefix##_tx, \ 3012 .tx_length = ARRAY_SIZE(prefix##_tx), \
|