Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c1231 rss_map->indir_qp = &rss_map->qps[0]; in mlx4_en_config_rss_steer()
1232 priv->base_qpn = rss_map->indir_qp->qpn; in mlx4_en_config_rss_steer()
1237 rss_map->indir_qp = kzalloc(sizeof(*rss_map->indir_qp), GFP_KERNEL); in mlx4_en_config_rss_steer()
1238 if (!rss_map->indir_qp) { in mlx4_en_config_rss_steer()
1244 err = mlx4_qp_alloc(mdev->dev, priv->base_qpn, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1250 rss_map->indir_qp->event = mlx4_en_sqp_event; in mlx4_en_config_rss_steer()
1290 rss_map->indir_qp, &rss_map->indir_state); in mlx4_en_config_rss_steer()
1298 MLX4_QP_STATE_RST, NULL, 0, 0, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1299 mlx4_qp_remove(mdev->dev, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1300 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.c1096 priv->rss_map.indir_qp, in mlx4_en_do_multicast()
1118 priv->rss_map.indir_qp, in mlx4_en_do_multicast()
1823 if (mlx4_multicast_attach(mdev->dev, priv->rss_map.indir_qp, mc_list, in mlx4_en_start_port()
1948 mlx4_multicast_detach(mdev->dev, priv->rss_map.indir_qp, mc_list, in mlx4_en_stop_port()
1953 mlx4_multicast_detach(mdev->dev, priv->rss_map.indir_qp, in mlx4_en_stop_port()
H A Dmlx4_en.h445 struct mlx4_qp *indir_qp; member