Home
last modified time | relevance | path

Searched refs:indir_qp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c1234 rss_map->indir_qp = &rss_map->qps[0]; in mlx4_en_config_rss_steer()
1235 priv->base_qpn = rss_map->indir_qp->qpn; in mlx4_en_config_rss_steer()
1240 rss_map->indir_qp = kzalloc(sizeof(*rss_map->indir_qp), GFP_KERNEL); in mlx4_en_config_rss_steer()
1241 if (!rss_map->indir_qp) { in mlx4_en_config_rss_steer()
1247 err = mlx4_qp_alloc(mdev->dev, priv->base_qpn, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1253 rss_map->indir_qp->event = mlx4_en_sqp_event; in mlx4_en_config_rss_steer()
1293 rss_map->indir_qp, &rss_map->indir_state); in mlx4_en_config_rss_steer()
1301 MLX4_QP_STATE_RST, NULL, 0, 0, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1302 mlx4_qp_remove(mdev->dev, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1303 mlx4_qp_free(mdev->dev, rss_map->indir_qp); in mlx4_en_config_rss_steer()
[all …]
H A Den_main.c130 priv->rss_map.indir_qp && priv->rss_map.indir_qp->qpn) { in mlx4_en_update_loopback_state()
H A Den_netdev.c1099 priv->rss_map.indir_qp, in mlx4_en_do_multicast()
1121 priv->rss_map.indir_qp, in mlx4_en_do_multicast()
1826 if (mlx4_multicast_attach(mdev->dev, priv->rss_map.indir_qp, mc_list, in mlx4_en_start_port()
1951 mlx4_multicast_detach(mdev->dev, priv->rss_map.indir_qp, mc_list, in mlx4_en_stop_port()
1956 mlx4_multicast_detach(mdev->dev, priv->rss_map.indir_qp, in mlx4_en_stop_port()
H A Dmlx4_en.h447 struct mlx4_qp *indir_qp; member