Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnetdev_rx_queue.h48 return dev->_rx + rxq;
55 int index = queue - dev->_rx; in get_netdev_rx_queue_index()
/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.rst100 struct netdev_queue* _rx read_mostly …
/linux/net/xdp/
H A Dxsk.c110 return dev->_rx[queue_id].pool; in xsk_get_pool_from_qid()
121 dev->_rx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
139 dev->_rx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux/net/core/
H A Ddev.c5027 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()
5076 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
5185 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
5385 rxqueue = dev->_rx; in netif_get_rxqueue()
10769 if (dev->_rx[i].mp_params.mp_priv) in dev_get_min_mp_channel_count()
11155 dev->_rx = rx; in netif_alloc_rx_queues()
11171 kvfree(dev->_rx); in netif_alloc_rx_queues()
11172 dev->_rx = NULL; in netif_alloc_rx_queues()
11181 if (!dev->_rx) in netif_free_rx_queues()
11185 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq); in netif_free_rx_queues()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11209 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local
11212 *rx = min_t(int, _rx, max); in __bnxt_trim_rings()
11218 while (_rx + _tx > max) { in __bnxt_trim_rings()
11219 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()
11220 _rx--; in __bnxt_trim_rings()
11224 *rx = _rx; in __bnxt_trim_rings()
/linux/include/linux/
H A Dnetdevice.h2168 struct netdev_rx_queue *_rx; member
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3013 .rx = prefix##_rx, \
3014 .rx_length = ARRAY_SIZE(prefix##_rx), \