Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mlxcontrol/
H A Dinterface.c196 cmd.mu_command[0] = MLX_CMD_ENQUIRY2; in mlx_enquiry()
218 cmd.mu_command[0] = MLX_CMD_READ_CONFIG; in mlx_read_configuration()
245 cmd.mu_command[0] = MLX_CMD_DIRECT_CDB; in mlx_scsi_inquiry()
283 cmd.mu_command[0] = MLX_CMD_DEVICE_STATE; in mlx_get_device_state()
284 cmd.mu_command[2] = channel; in mlx_get_device_state()
285 cmd.mu_command[3] = target; in mlx_get_device_state()
/freebsd-12.1/sys/dev/mlx/
H A Dmlxio.h66 u_int8_t mu_command[16]; /* command mailbox contents */ member
H A Dmlx.c2069 bcopy(mu->mu_command, mc->mc_mailbox, sizeof(mc->mc_mailbox)); in mlx_user_command()
2099 if ((mu->mu_bufptr < 0) || (mu->mu_bufptr > (sizeof(mu->mu_command) - in mlx_user_command()