Searched refs:me_firmware_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/mlxcontrol/ |
H A D | command.c | 321 enq.me_firmware_id & 0xff, in controller_print() 322 (enq.me_firmware_id >> 8) & 0xff, in controller_print() 323 (enq.me_firmware_id >> 16), in controller_print() 324 (enq.me_firmware_id >> 24) & 0xff, in controller_print() 329 printf(" Firmware ID 0x%08x\n", enq.me_firmware_id); in controller_print()
|
/freebsd/sys/dev/mlx/ |
H A D | mlx.c | 440 fwminor = (sc->mlx_enq2->me_firmware_id >> 8) & 0xff; in mlx_attach() 449 sc->mlx_enq2->me_firmware_id = ('0' << 24) | (0 << 16) | (meo->me_fwminor << 8) | meo->me_fwmajor; in mlx_attach() 2942 sc->mlx_enq2->me_firmware_id & 0xff, in mlx_describe_controller() 2943 (sc->mlx_enq2->me_firmware_id >> 8) & 0xff, in mlx_describe_controller() 2944 (sc->mlx_enq2->me_firmware_id >> 24) & 0xff, in mlx_describe_controller() 2945 (sc->mlx_enq2->me_firmware_id >> 16) & 0xff, in mlx_describe_controller() 2950 device_printf(sc->mlx_dev, " Firmware ID 0x%08x\n", sc->mlx_enq2->me_firmware_id); in mlx_describe_controller()
|
H A D | mlxreg.h | 270 u_int32_t me_firmware_id; member
|