Home
last modified time | relevance | path

Searched refs:secondaries (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dsd.c24 struct mlx5_core_dev *secondaries[MLX5_SD_MAX_GROUP_SZ - 1]; member
66 return sd->secondaries[idx - 1]; in mlx5_sd_primary_get_peer()
249 primary_sd->secondaries[i++] = peer; in sd_register()
/linux-6.12.1/Documentation/networking/
Dmulti-pf-netdev.rst50 (secondaries) are disconnected from the network at the chip level (set to silent mode). In silent
53 to/from the secondaries.
128 In Tx, the primary PF creates a new Tx flow table, which is aliased by the secondaries, so they can
/linux-6.12.1/arch/x86/kernel/cpu/microcode/
Dcore.c385 struct cpumask *secondaries = topology_sibling_cpumask(cpu); in __load_primary() local
412 for_each_cpu(sibling, secondaries) { in __load_primary()