HomeSort by: relevance | last modified time | path
    Searched refs:mu_command (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mlxctl/
util.c 87 mu->mu_command[0]);
104 mu.mu_command[0] = MLX_CMD_ENQUIRY2;
120 mu.mu_command[0] = MLX_CMD_ENQUIRY_OLD;
142 mu.mu_command[0] = (wr ? MLX_CMD_WRITE_CONFIG : MLX_CMD_READ_CONFIG);
158 mu.mu_command[0] = MLX_CMD_DEVICE_STATE;
159 mu.mu_command[2] = chan;
160 mu.mu_command[3] = targ;
182 mu.mu_command[0] = MLX_CMD_DIRECT_CDB;
  /src/sys/dev/ic/
mlxio.h 67 u_int8_t mu_command[16]; /* command mailbox contents */ member in struct:mlx_usercommand
mlx.c 1738 memcpy(mc->mc_mbox, mu->mu_command, sizeof(mc->mc_mbox));
1796 mu->mu_bufptr > sizeof(mu->mu_command) - 4) {

Completed in 13 milliseconds