Searched refs:rxq_index (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 171 u16 rxq_index, u32 flow_id) in enic_rx_flow_steer() argument 191 if (rxq_index == n->rq_id) { in enic_rx_flow_steer() 213 res = enic_addfltr_5t(enic, &keys, rxq_index); in enic_rx_flow_steer() 223 res = enic_addfltr_5t(enic, &keys, rxq_index); in enic_rx_flow_steer() 247 n->rq_id = rxq_index; in enic_rx_flow_steer() 266 res = enic_addfltr_5t(enic, &keys, rxq_index); in enic_rx_flow_steer() 272 n->rq_id = rxq_index; in enic_rx_flow_steer()
|
D | enic_clsf.h | 17 u16 rxq_index, u32 flow_id);
|
/linux-4.4.14/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 | 171 u16 rxq_index, u32 flow_id);
|
/linux-4.4.14/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.4.14/net/core/ |
D | dev.c | 3236 u16 rxq_index; in set_rps_cpu() local 3243 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu() 3244 if (rxq_index == skb_get_rx_queue(skb)) in set_rps_cpu() 3247 rxqueue = dev->_rx + rxq_index; in set_rps_cpu() 3253 rxq_index, flow_id); in set_rps_cpu() 3384 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, in rps_may_expire_flow() argument 3387 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 684 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, u32 flow_id, 1165 u16 rxq_index,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5343 u16 rxq_index, u32 flow_id) in bnxt_rx_flow_steer() argument 5397 new_fltr->rxq = rxq_index; in bnxt_rx_flow_steer()
|