Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetdev_rx_queue.h46 return dev->_rx + rxq; in __netif_get_rx_queue()
53 int index = queue - dev->_rx; in get_netdev_rx_queue_index()
/linux-6.15/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-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst98 struct netdev_queue* _rx read_mostly …
/linux-6.15/net/xdp/
H A Dxsk.c103 return dev->_rx[queue_id].pool; in xsk_get_pool_from_qid()
114 dev->_rx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
132 dev->_rx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux-6.15/net/core/
H A Dnet-sysfs.c1213 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
1273 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_change_owner()
1309 struct netdev_rx_queue *queue = &dev->_rx[i]; in net_rx_queue_update_kobjects()
H A Ddev.c4777 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()
4810 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
5115 rxqueue = dev->_rx; in netif_get_rxqueue()
10349 if (dev->_rx[i].mp_params.mp_priv) in dev_get_min_mp_channel_count()
10733 dev->_rx = rx; in netif_alloc_rx_queues()
10749 kvfree(dev->_rx); in netif_alloc_rx_queues()
10750 dev->_rx = NULL; in netif_alloc_rx_queues()
10759 if (!dev->_rx) in netif_free_rx_queues()
10763 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq); in netif_free_rx_queues()
10765 kvfree(dev->_rx); in netif_free_rx_queues()
[all …]
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10972 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local
10975 *rx = min_t(int, _rx, max); in __bnxt_trim_rings()
10981 while (_rx + _tx > max) { in __bnxt_trim_rings()
10982 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()
10983 _rx--; in __bnxt_trim_rings()
10987 *rx = _rx; in __bnxt_trim_rings()
/linux-6.15/include/linux/
H A Dnetdevice.h2140 struct netdev_rx_queue *_rx; member
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3013 .rx = prefix##_rx, \
3014 .rx_length = ARRAY_SIZE(prefix##_rx), \