Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmlxreg.h231 u_int8_t me_max_commands; member
258 u_int8_t me_max_commands; member
297 u_int16_t me_max_commands; member
H A Dmlx.c404 ci->ci_max_commands = le16toh(me2->me_max_commands); in mlx_init()
430 ci->ci_max_commands = meo->me_max_commands; in mlx_init()
1110 me->me_max_commands = meo->me_max_commands; in mlx_periodic_enquiry()
/netbsd-src/usr.sbin/mlxctl/
H A Dcmds.c237 le16toh(enq.me_max_commands)); in cmd_cstatus()