Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c139 u16 _rx = *rx, _tx = *tx; in bnge_fix_rings_count() local
142 *rx = min_t(u16, _rx, max); in bnge_fix_rings_count()
147 while (_rx + _tx > max) { in bnge_fix_rings_count()
148 if (_rx > _tx && _rx > 1) in bnge_fix_rings_count()
149 _rx--; in bnge_fix_rings_count()
153 *rx = _rx; in bnge_fix_rings_count()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h215 #define bna_rx_from_rid(_bna, _rid, _rx) \ argument
219 _rx = NULL; \
222 (_rx) = __rx; \
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst98 struct netdev_queue* _rx read_mostly netdev_get_rx_queue(rx)
/linux/net/xdp/
H A Dxsk.c115 return dev->_rx[queue_id].pool; in xsk_get_pool_from_qid()
126 dev->_rx[queue_id].pool = NULL; in __xsk_clear_pool_at_qid()
154 dev->_rx[queue_id].pool = pool; in __xsk_reg_pool_at_qid()
161 /* The buffer pool is stored both in the _rx struct and the _tx struct as we do
/linux/net/core/
H A Ddev.c5062 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()
5112 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
5228 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
5434 rxqueue = dev->_rx; in netif_get_rxqueue()
10779 if (dev->_rx[i].mp_params.mp_priv)
11165 dev->_rx = rx; in netif_alloc_rx_queues()
11181 kvfree(dev->_rx); in netif_free_rx_queues()
11182 dev->_rx = NULL; in netif_free_rx_queues()
11191 if (!dev->_rx) in netdev_init_one_queue()
11195 xdp_rxq_info_unreg(&dev->_rx[ in netdev_init_one_queue()
[all...]
H A Dnet-sysfs.c1213 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_default_mask()
1273 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
1309 struct netdev_rx_queue *queue = &dev->_rx[i]; in net_rx_queue_update_kobjects()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11355 int _rx = *rx, _tx = *tx; in bnxt_trim_rings()
11358 *rx = min_t(int, _rx, max); in bnxt_trim_rings()
11364 while (_rx + _tx > max) { in bnxt_trim_rings()
11365 if (_rx > _tx && _rx > 1) in bnxt_trim_rings()
11366 _rx--;
11370 *rx = _rx; in bnxt_setup_msix()
11306 int _rx = *rx, _tx = *tx; __bnxt_trim_rings() local
/linux/include/linux/
H A Dnetdevice.h1970 * @_rx: Array of RX queues
2209 struct netdev_rx_queue *_rx;
2186 struct netdev_rx_queue *_rx; global() member
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3013 .rx = prefix##_rx, \
3014 .rx_length = ARRAY_SIZE(prefix##_rx), \