Searched refs:primary_sd (Results 1 – 1 of 1) sorted by relevance
221 struct mlx5_sd *sd, *primary_sd; in sd_register() local252 primary_sd = mlx5_get_sd(primary); in sd_register()253 primary_sd->primary = true; in sd_register()256 mlx5_devcom_for_each_peer_entry(primary_sd->devcom, peer, pos) { in sd_register()259 primary_sd->secondaries[i++] = peer; in sd_register()359 struct mlx5_sd *primary_sd = mlx5_get_sd(primary); in sd_cmd_set_secondary() local367 err = sd_secondary_create_alias_ft(secondary, primary, primary_sd->tx_ft, in sd_cmd_set_secondary()432 struct mlx5_sd *primary_sd; in mlx5_sd_init() local455 primary_sd = mlx5_get_sd(primary); in mlx5_sd_init()456 if (primary_sd->state != MLX5_SD_STATE_DOWN) in mlx5_sd_init()[all …]