Searched refs:indir_qp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_rx.c | 1201 rss_map->indir_qp = &rss_map->qps[0]; in mlx4_en_config_rss_steer() 1202 priv->base_qpn = rss_map->indir_qp->qpn; in mlx4_en_config_rss_steer() 1207 rss_map->indir_qp = kzalloc(sizeof(*rss_map->indir_qp), GFP_KERNEL); in mlx4_en_config_rss_steer() 1208 if (!rss_map->indir_qp) { in mlx4_en_config_rss_steer() 1270 mlx4_qp_free(mdev->dev, rss_map->indir_qp); in mlx4_en_config_rss_steer() 1272 kfree(rss_map->indir_qp); in mlx4_en_config_rss_steer() 1273 rss_map->indir_qp = NULL; in mlx4_en_config_rss_steer() 1294 rss_map->indir_qp); in mlx4_en_release_rss_steer() 1296 mlx4_qp_free(mdev->dev, rss_map->indir_qp); in mlx4_en_release_rss_steer() 1297 kfree(rss_map->indir_qp); in mlx4_en_release_rss_steer() [all …]
|
| H A D | en_main.c | 130 priv->rss_map.indir_qp && priv->rss_map.indir_qp->qpn) { in mlx4_en_update_loopback_state()
|
| H A D | en_netdev.c | 1099 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 D | mlx4_en.h | 438 struct mlx4_qp *indir_qp; member
|