Searched refs:rxq_index (Results 1 – 1 of 1) sorted by relevance
3309 u16 rxq_index; in set_rps_cpu() local3316 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu()3317 if (rxq_index == skb_get_rx_queue(skb)) in set_rps_cpu()3320 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()3326 rxq_index, flow_id); in set_rps_cpu()3457 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, in rps_may_expire_flow() argument3460 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()