Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/mlx/
H A Dmlxreg.h220 u_int8_t me_max_commands; member
249 u_int8_t me_max_commands; member
290 u_int16_t me_max_commands; member
H A Dmlx.c261 ncmd = sc->mlx_enq2->me_max_commands; in mlx_sglist_map()
1169 me->me_max_commands = meo->me_max_commands; in mlx_periodic_enquiry()
2146 limit = sc->mlx_enq2->me_max_commands; in mlx_getslot()
2963 device_printf(sc->mlx_dev, " Max Commands %d\n", sc->mlx_enq2->me_max_commands); in mlx_describe_controller()
/freebsd-src/usr.sbin/mlxcontrol/
H A Dcommand.c342 printf(" Max Commands %d\n", enq.me_max_commands); in controller_print()