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.c1205 rss_map->indir_qp = &rss_map->qps[0]; in mlx4_en_config_rss_steer()
1206 priv->base_qpn = rss_map->indir_qp->qpn; in mlx4_en_config_rss_steer()
1211 rss_map->indir_qp = kzalloc_obj(*rss_map->indir_qp); in mlx4_en_config_rss_steer()
1212 if (!rss_map->indir_qp) { in mlx4_en_config_rss_steer()
1218 err = mlx4_qp_alloc(mdev->dev, priv->base_qpn, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1224 rss_map->indir_qp->event = mlx4_en_sqp_event; in mlx4_en_config_rss_steer()
1264 rss_map->indir_qp, &rss_map->indir_state); in mlx4_en_config_rss_steer()
1272 MLX4_QP_STATE_RST, NULL, 0, 0, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1273 mlx4_qp_remove(mdev->dev, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1274 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.h438 struct mlx4_qp *indir_qp; member