Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnetdev_rx_queue.h45 return dev->_rx + rxq; in __netif_get_rx_queue()
52 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/net/core/
H A Ddevmem.c313 binding = dev->_rx[i].mp_params.mp_priv; in dev_dmabuf_uninstall()
318 if (rxq == &dev->_rx[i]) { in dev_dmabuf_uninstall()
H A Dnet-sysfs.c1099 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
1136 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_change_owner()
1172 struct kobject *kobj = &dev->_rx[i].kobj; in net_rx_queue_update_kobjects()
H A Ddev.c4567 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()
4600 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4709 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
4905 rxqueue = dev->_rx; in netif_get_rxqueue()
9849 if (dev->_rx[i].mp_params.mp_priv) in dev_get_min_mp_channel_count()
10221 dev->_rx = rx; in netif_alloc_rx_queues()
10237 kvfree(dev->_rx); in netif_alloc_rx_queues()
10238 dev->_rx = NULL; in netif_alloc_rx_queues()
10247 if (!dev->_rx) in netif_free_rx_queues()
10251 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq); in netif_free_rx_queues()
[all …]
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst97 struct_netdev_queue* _rx read_mostly - …
/linux/net/xdp/
H A Dxsk.c102 return dev->_rx[queue_id].pool; in xsk_get_pool_from_qid()
113 dev->_rx[queue_id].pool = NULL; in xsk_clear_pool_at_qid()
118 /* The buffer pool is stored both in the _rx struct and the _tx struct as we do
131 dev->_rx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10528 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local
10531 *rx = min_t(int, _rx, max); in __bnxt_trim_rings()
10537 while (_rx + _tx > max) { in __bnxt_trim_rings()
10538 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()
10539 _rx--; in __bnxt_trim_rings()
10543 *rx = _rx; in __bnxt_trim_rings()
/linux/include/linux/
H A Dnetdevice.h2076 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), \