Searched refs:rxq_index (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 171 u16 rxq_index, u32 flow_id) in enic_rx_flow_steer() argument 190 if (rxq_index == n->rq_id) { in enic_rx_flow_steer() 212 res = enic_addfltr_5t(enic, &keys, rxq_index); in enic_rx_flow_steer() 222 res = enic_addfltr_5t(enic, &keys, rxq_index); in enic_rx_flow_steer() 246 n->rq_id = rxq_index; in enic_rx_flow_steer() 265 res = enic_addfltr_5t(enic, &keys, rxq_index); in enic_rx_flow_steer() 271 n->rq_id = rxq_index; in enic_rx_flow_steer()
|
D | enic_clsf.h | 17 u16 rxq_index, u32 flow_id);
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | rx.c | 841 u16 rxq_index, u32 flow_id) in efx_filter_rfs() argument 877 rxq_index); in efx_filter_rfs() 925 ntohs(ports[1]), rxq_index, flow_id, rc); in efx_filter_rfs() 931 ntohs(ports[1]), rxq_index, flow_id, rc); in efx_filter_rfs()
|
D | efx.h | 157 u16 rxq_index, u32 flow_id);
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 112 int rxq_index; member 189 rule.qpn = priv->rss_map.qps[filter->rxq_index].qpn; in mlx4_en_filter_work() 228 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, in mlx4_en_filter_alloc() argument 239 filter->rxq_index = rxq_index; in mlx4_en_filter_alloc() 300 u16 rxq_index, u32 flow_id) in mlx4_en_filter_rfs() argument 335 if (filter->rxq_index == rxq_index) in mlx4_en_filter_rfs() 338 filter->rxq_index = rxq_index; in mlx4_en_filter_rfs() 340 filter = mlx4_en_filter_alloc(priv, rxq_index, in mlx4_en_filter_rfs() 391 filter->rxq_index, filter->flow_id, in mlx4_en_filter_rfs_expire()
|
/linux-4.1.27/net/core/ |
D | dev.c | 3082 u16 rxq_index; in set_rps_cpu() local 3089 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu() 3090 if (rxq_index == skb_get_rx_queue(skb)) in set_rps_cpu() 3093 rxqueue = dev->_rx + rxq_index; in set_rps_cpu() 3099 rxq_index, flow_id); in set_rps_cpu() 3230 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, in rps_may_expire_flow() argument 3233 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 682 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, u32 flow_id, 1139 u16 rxq_index,
|