Home
last modified time | relevance | path

Searched refs:msgout (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/
A Dmesh.c167 u8 msgout[16]; member
622 ms->msgout[i] = EXTENDED_MESSAGE; in add_sdtr_msg()
623 ms->msgout[i+1] = 3; in add_sdtr_msg()
624 ms->msgout[i+2] = EXTENDED_SDTR; in add_sdtr_msg()
711 printk(" %x", ms->msgout[i]); in start_phase()
715 ms->msgout[1], ms->msgout[2])); in start_phase()
971 ms->msgout[0] = ABORT; in do_abort()
1194 set_sdtr(ms, ms->msgout[3], ms->msgout[4]); in handle_msgin()
1244 ms->msgout[0] = MESSAGE_REJECT; in handle_msgin()
1421 ms->msgout[0] = NOP; in phase_mismatch()
[all …]
A Dnsp32.c457 unsigned int msgout; in nsp32_selection_autopara() local
484 msgout = 0; in nsp32_selection_autopara()
492 msgout >>= 8; in nsp32_selection_autopara()
495 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara()
499 msgout = 0; in nsp32_selection_autopara()
517 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara()
589 unsigned int msgout = 0; in nsp32_selection_autoscsi() local
646 msgout = 0; in nsp32_selection_autoscsi()
654 msgout >>= 8; in nsp32_selection_autoscsi()
657 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autoscsi()
[all …]
A D53c700.c319 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
835 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
836 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
848 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
849 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
862 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
863 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
946 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
947 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_message()
1175 dma_sync_to_dev(hostdata, hostdata->msgout, in process_script_interrupt()
[all …]
A DNCR5380.c1680 unsigned char msgout = NOP; in NCR5380_information_transfer() local
1970 msgout = MESSAGE_REJECT; in NCR5380_information_transfer()
1977 data = &msgout; in NCR5380_information_transfer()
1978 hostdata->last_message = msgout; in NCR5380_information_transfer()
1980 if (msgout == ABORT) { in NCR5380_information_transfer()
1987 msgout = NOP; in NCR5380_information_transfer()
A Dncr53c8xx.c2139 NADDR (msgout),
2316 NADDR (msgout),
2496 NADDR (msgout),
2498 NADDR (msgout),
2519 NADDR (msgout),
3011 NADDR (msgout),
3013 NADDR (msgout),
3066 NADDR (msgout),
3068 NADDR (msgout),
3165 NADDR (msgout),
[all …]
A Dnsp32.h454 u32_le msgout; /* outgoing messages */ member
A D53c700.h229 __u8 *msgout; member
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_fw1.h1495 HADDR_1 (msgout),
1513 HADDR_1 (msgout),
1531 HADDR_1 (msgout),
1546 HADDR_1 (msgout),
1640 HADDR_1 (msgout),
A Dsym_fw2.h1370 HADDR_1 (msgout),
1388 HADDR_1 (msgout),
1406 HADDR_1 (msgout),
1421 HADDR_1 (msgout),
1513 HADDR_1 (msgout),
A Dsym_hipd.c2704 np->msgout[0] = IDENTIFY(0, cp->lun);
4246 spi_populate_width_msg(np->msgout, wide);
4347 np->msgout[0] = M_NOOP;
4436 np->msgout[0] = M_RESET;
4443 np->msgout[0] = M_ABORT;
4449 np->msgout[0] = M_ABORT_TAG;
4456 np->lastmsg = np->msgout[0];
4457 np->msgout[0] = M_NOOP;
4466 np->lastmsg = np->msgout[0];
4467 np->msgout[0] = M_NOOP;
[all …]
A Dsym_hipd.h949 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member

Completed in 49 milliseconds