Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dio_apic.c1366 const u32 broadcast_id = 0xF; in setup_ioapic_ids_from_mpc_nocheck() local
1387 if (mpc_ioapic_id(ioapic_idx) >= broadcast_id) { in setup_ioapic_ids_from_mpc_nocheck()
1402 for (i = 0; i < broadcast_id; i++) in setup_ioapic_ids_from_mpc_nocheck()
1405 if (i >= broadcast_id) in setup_ioapic_ids_from_mpc_nocheck()
2381 const u32 broadcast_id = 0xF; in io_apic_get_unique_id() local
2392 if (apic_id >= broadcast_id) { in io_apic_get_unique_id()
2400 for (i = 0; i < broadcast_id; i++) { in io_apic_get_unique_id()
2405 if (i == broadcast_id) in io_apic_get_unique_id()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h609 u64 broadcast_id; member
H A Den_netdev.c1828 &priv->broadcast_id)) in mlx4_en_start_port()
1952 MLX4_PROT_ETH, priv->broadcast_id); in mlx4_en_stop_port()