Searched refs:me_firmware_id (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/usr.sbin/mlxcontrol/ |
| 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-10-stable/sys/dev/mlx/ |
| D | mlx.c | 435 fwminor = (sc->mlx_enq2->me_firmware_id >> 8) & 0xff; in mlx_attach() 444 sc->mlx_enq2->me_firmware_id = ('0' << 24) | (0 << 16) | (meo->me_fwminor << 8) | meo->me_fwmajor; in mlx_attach() 2944 sc->mlx_enq2->me_firmware_id & 0xff, in mlx_describe_controller() 2945 (sc->mlx_enq2->me_firmware_id >> 8) & 0xff, in mlx_describe_controller() 2946 (sc->mlx_enq2->me_firmware_id >> 24) & 0xff, in mlx_describe_controller() 2947 (sc->mlx_enq2->me_firmware_id >> 16) & 0xff, in mlx_describe_controller() 2952 device_printf(sc->mlx_dev, " Firmware ID 0x%08x\n", sc->mlx_enq2->me_firmware_id); in mlx_describe_controller()
|
| D | mlxreg.h | 270 u_int32_t me_firmware_id; member
|