Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dmesh.c167 u8 msgout[16]; member
624 ms->msgout[i] = EXTENDED_MESSAGE; in add_sdtr_msg()
625 ms->msgout[i+1] = 3; in add_sdtr_msg()
626 ms->msgout[i+2] = EXTENDED_SDTR; in add_sdtr_msg()
713 printk(" %x", ms->msgout[i]); in start_phase()
717 ms->msgout[1], ms->msgout[2])); in start_phase()
973 ms->msgout[0] = ABORT; in do_abort()
1196 set_sdtr(ms, ms->msgout[3], ms->msgout[4]); in handle_msgin()
1246 ms->msgout[0] = MESSAGE_REJECT; in handle_msgin()
1423 ms->msgout[0] = NOP; in phase_mismatch()
[all …]
A Dnsp32.c458 unsigned int msgout; in nsp32_selection_autopara() local
485 msgout = 0; in nsp32_selection_autopara()
493 msgout >>= 8; in nsp32_selection_autopara()
496 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara()
500 msgout = 0; in nsp32_selection_autopara()
518 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara()
590 unsigned int msgout = 0; in nsp32_selection_autoscsi() local
647 msgout = 0; in nsp32_selection_autoscsi()
655 msgout >>= 8; in nsp32_selection_autoscsi()
658 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.c1678 unsigned char msgout = NOP; in NCR5380_information_transfer() local
1968 msgout = MESSAGE_REJECT; in NCR5380_information_transfer()
1975 data = &msgout; in NCR5380_information_transfer()
1976 hostdata->last_message = msgout; in NCR5380_information_transfer()
1978 if (msgout == ABORT) { in NCR5380_information_transfer()
1985 msgout = NOP; in NCR5380_information_transfer()
A Dncr53c8xx.c2138 NADDR (msgout),
2315 NADDR (msgout),
2495 NADDR (msgout),
2497 NADDR (msgout),
2518 NADDR (msgout),
3010 NADDR (msgout),
3012 NADDR (msgout),
3065 NADDR (msgout),
3067 NADDR (msgout),
3164 NADDR (msgout),
[all …]
A Dnsp32.h454 u32_le msgout; /* outgoing messages */ member
A D53c700.h229 __u8 *msgout; member
/linux-6.3-rc2/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 52 milliseconds