Searched refs:_rx (Results 1 – 9 of 9) sorted by relevance
45 return dev->_rx + rxq; in __netif_get_rx_queue()52 int index = queue - dev->_rx; in get_netdev_rx_queue_index()
215 #define bna_rx_from_rid(_bna, _rid, _rx) \ argument219 _rx = NULL; \222 (_rx) = __rx; \
326 binding = dev->_rx[i].mp_params.mp_priv; in dev_dmabuf_uninstall()331 if (rxq == &dev->_rx[i]) { in dev_dmabuf_uninstall()
4795 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()4828 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()4937 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()5133 rxqueue = dev->_rx; in netif_get_rxqueue()10299 if (dev->_rx[i].mp_params.mp_priv) in dev_get_min_mp_channel_count()10680 dev->_rx = rx; in netif_alloc_rx_queues()10696 kvfree(dev->_rx); in netif_alloc_rx_queues()10697 dev->_rx = NULL; in netif_alloc_rx_queues()10706 if (!dev->_rx) in netif_free_rx_queues()10710 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq); in netif_free_rx_queues()[all …]
98 struct netdev_queue* _rx read_mostly …
102 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()131 dev->_rx[queue_id].pool = pool; in xsk_reg_pool_at_qid()
10909 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local10912 *rx = min_t(int, _rx, max); in __bnxt_trim_rings()10918 while (_rx + _tx > max) { in __bnxt_trim_rings()10919 if (_rx > _tx && _rx > 1) in __bnxt_trim_rings()10920 _rx--; in __bnxt_trim_rings()10924 *rx = _rx; in __bnxt_trim_rings()
2112 struct netdev_rx_queue *_rx; member
3013 .rx = prefix##_rx, \3014 .rx_length = ARRAY_SIZE(prefix##_rx), \