Searched refs:guid_lo (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_proc.c | 42 snd_iprintf(buffer, "guid_lo: 0x%X\n", hwinfo->guid_lo); in proc_read_hwinfo()
|
H A D | fireworks.h | 128 u32 guid_lo; member
|
H A D | fireworks_command.c | 224 be32_to_cpus(&hwinfo->guid_lo); in snd_efw_command_get_hwinfo()
|
H A D | fireworks.c | 99 hwinfo->guid_hi, hwinfo->guid_lo, in get_hardware_info()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks.h | 125 u32 guid_lo; member
|
H A D | fireworks_proc.c | 42 snd_iprintf(buffer, "guid_lo: 0x%X\n", hwinfo->guid_lo); in proc_read_hwinfo()
|
H A D | fireworks.c | 99 hwinfo->guid_hi, hwinfo->guid_lo, in get_hardware_info()
|
H A D | fireworks_command.c | 224 be32_to_cpus(&hwinfo->guid_lo); in snd_efw_command_get_hwinfo()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.c | 2646 u32 guid_hi, guid_lo; in mlx4_get_phys_port_id() local 2668 MLX4_GET(guid_lo, outbox, MOD_STAT_CFG_GUID_L); in mlx4_get_phys_port_id() 2669 dev->caps.phys_port_id[port] = (u64)guid_lo | in mlx4_get_phys_port_id()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.c | 2646 u32 guid_hi, guid_lo; in mlx4_get_phys_port_id() local 2668 MLX4_GET(guid_lo, outbox, MOD_STAT_CFG_GUID_L); in mlx4_get_phys_port_id() 2669 dev->caps.phys_port_id[port] = (u64)guid_lo | in mlx4_get_phys_port_id()
|
Completed in 17 milliseconds