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

/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x.h94 #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...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h202 #define bna_tx_from_rid(_bna, _rid, _tx) \
206 _tx = NULL; \
209 (_tx) = __tx; \
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h169 return &ring->netdev->_tx[ring->queue_index];
/linux-master/net/core/
H A Dnet-sysfs.c1265 i = queue - dev->_tx;
1776 struct netdev_queue *queue = dev->_tx + index;
1808 struct netdev_queue *queue = ndev->_tx + index;
1846 struct netdev_queue *queue = dev->_tx + i;
H A Ddev.c2759 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues];
2762 while (txq-- != &dev->_tx[0]) {
2814 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues];
2822 while (txq-- != &dev->_tx[0]) {
10083 kvfree(dev->_tx);
10099 dev->_tx = tx;
11654 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, _tx);
/linux-master/net/xdp/
H A Dxsk.c106 return dev->_tx[queue_id].pool;
117 dev->_tx[queue_id].pool = NULL;
120 /* The buffer pool is stored both in the _rx struct and the _tx struct as we do
135 dev->_tx[queue_id].pool = pool;
/linux-master/include/linux/
H A Dnetdevice.h1902 * @_tx: Array of TX queues
2042 struct netdev_queue *_tx; member in struct:net_device
2482 return &dev->_tx[index];
2500 f(dev, &dev->_tx[i], arg);
2514 lockdep_set_class(&(dev)->_tx[i]._xmit_lock, \
/linux-master/net/sched/
H A Dsch_generic.c1447 ret = qdisc_change_tx_queue_len(dev, &dev->_tx[i]);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10107 int _rx = *rx, _tx = *tx; local
10111 *tx = min_t(int, _tx, max);
10116 while (_rx + _tx > max) {
10117 if (_rx > _tx && _rx > 1)
10119 else if (_tx > 1)
10120 _tx--;
10123 *tx = _tx;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3011 .tx = prefix##_tx, \
3012 .tx_length = ARRAY_SIZE(prefix##_tx), \

Completed in 325 milliseconds