Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mlxctl/
H A Dutil.c87 mu->mu_command[0]); in mlx_command()
104 mu.mu_command[0] = MLX_CMD_ENQUIRY2; in mlx_enquiry()
120 mu.mu_command[0] = MLX_CMD_ENQUIRY_OLD; in mlx_enquiry()
142 mu.mu_command[0] = (wr ? MLX_CMD_WRITE_CONFIG : MLX_CMD_READ_CONFIG); in mlx_configuration()
158 mu.mu_command[0] = MLX_CMD_DEVICE_STATE; in mlx_get_device_state()
159 mu.mu_command[2] = chan; in mlx_get_device_state()
160 mu.mu_command[3] = targ; in mlx_get_device_state()
182 mu.mu_command[0] = MLX_CMD_DIRECT_CDB; in mlx_scsi_inquiry()
/netbsd-src/sys/dev/ic/
H A Dmlxio.h67 u_int8_t mu_command[16]; /* command mailbox contents */ member
H A Dmlx.c1738 memcpy(mc->mc_mbox, mu->mu_command, sizeof(mc->mc_mbox)); in mlx_user_command()
1796 mu->mu_bufptr > sizeof(mu->mu_command) - 4) { in mlx_user_command()