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.h43 return dev->_rx + rxq; in __netif_get_rx_queue()
51 int index = queue - dev->_rx; in get_netdev_rx_queue_index()
/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.rst96 struct_netdev_queue* _rx read_mostly - …
/linux/net/xdp/
H A Dxsk.c104 return dev->_rx[queue_id].pool; in xsk_get_pool_from_qid()
115 dev->_rx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
133 dev->_rx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux/net/core/
H A Dnet-sysfs.c1095 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
1132 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_change_owner()
1168 struct kobject *kobj = &dev->_rx[i].kobj; in net_rx_queue_update_kobjects()
H A Ddev.c4536 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()
4569 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4678 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
4874 rxqueue = dev->_rx; in netif_get_rxqueue()
10124 dev->_rx = rx; in netif_alloc_rx_queues()
10140 kvfree(dev->_rx); in netif_alloc_rx_queues()
10141 dev->_rx = NULL; in netif_alloc_rx_queues()
10150 if (!dev->_rx) in netif_free_rx_queues()
10154 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq); in netif_free_rx_queues()
10156 kvfree(dev->_rx); in netif_free_rx_queues()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10298 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local
10301 *rx = min_t(int, _rx, max); in __bnxt_trim_rings()
10307 while (_rx + _tx > max) { in __bnxt_trim_rings()
10308 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()
10309 _rx--; in __bnxt_trim_rings()
10313 *rx = _rx; in __bnxt_trim_rings()
/linux/include/linux/
H A Dnetdevice.h2090 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), \