Lines Matching refs:msgout
2356 np->msgout[0] = (phase == 7) ? M_PARITY : M_ID_ERROR;
2717 np->msgout[0] = IDENTIFY(0, cp->lun);
4021 spi_populate_sync_msg(np->msgout, per, ofs);
4024 sym_print_nego_msg(np, target, "sync msgout", np->msgout);
4147 spi_populate_ppr_msg(np->msgout, per, ofs, wide, opts);
4150 sym_print_nego_msg(np, target, "ppr msgout", np->msgout);
4259 spi_populate_width_msg(np->msgout, wide);
4264 sym_print_nego_msg(np, target, "wide msgout", np->msgout);
4304 spi_populate_sync_msg(np->msgout, tp->tgoal.period,
4309 "sync msgout", np->msgout);
4360 np->msgout[0] = M_NOOP;
4442 np->msgout[0] = M_RESET;
4449 np->msgout[0] = M_ABORT;
4455 np->msgout[0] = M_ABORT_TAG;
4462 np->lastmsg = np->msgout[0];
4463 np->msgout[0] = M_NOOP;
4472 np->lastmsg = np->msgout[0];
4473 np->msgout[0] = M_NOOP;
4499 np->msgout[0] = M_REJECT;
4602 scr_to_cpu(np->lastmsg), np->msgout[0]);