Lines Matching refs:mc_mailbox
1147 switch(mc->mc_mailbox[0]) { in mlx_periodic_enquiry()
1240 device_printf(sc->mlx_dev, "%s: unknown command 0x%x", __func__, mc->mc_mailbox[0]); in mlx_periodic_enquiry()
1522 int command = mc->mc_mailbox[0]; in mlx_pause_done()
1523 int channel = mc->mc_mailbox[2] & 0xf; in mlx_pause_done()
1978 device_printf(sc->mlx_dev, " %13D\n", mc->mc_mailbox, " "); in mlx_completeio()
2009 if (mc->mc_mailbox[0] == MLX_CMD_DIRECT_CDB) { in mlx_user_cb()
2019 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff; in mlx_user_cb()
2020 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff; in mlx_user_cb()
2021 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff; in mlx_user_cb()
2022 mc->mc_mailbox[mu->mu_bufptr + 3] = (mc->mc_dataphys >> 24) & 0xff; in mlx_user_cb()
2058 bcopy(mu->mu_command, mc->mc_mailbox, sizeof(mc->mc_mailbox)); in mlx_user_command()
2252 mc->mc_mailbox[0x1] = mc->mc_slot; in mlx_start()
2482 MLX_V3_PUT_MAILBOX(sc, i, mc->mc_mailbox[i]); in mlx_v3_tryqueue()
2597 MLX_V4_PUT_MAILBOX(sc, i, mc->mc_mailbox[i]); in mlx_v4_tryqueue()
2716 MLX_V5_PUT_MAILBOX(sc, i, mc->mc_mailbox[i]); in mlx_v5_tryqueue()
2892 if (((mc->mc_mailbox[0] == mlx_messages[i].command) || (mlx_messages[i].command == 0)) && in mlx_diagnose_command()
2896 …intf(unkmsg, "unknown response 0x%x for command 0x%x", (int)mc->mc_status, (int)mc->mc_mailbox[0]); in mlx_diagnose_command()