Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmesh.c166 u8 msgout[16]; member
629 ms->msgout[i] = EXTENDED_MESSAGE; in add_sdtr_msg()
630 ms->msgout[i+1] = 3; in add_sdtr_msg()
631 ms->msgout[i+2] = EXTENDED_SDTR; in add_sdtr_msg()
632 ms->msgout[i+3] = mesh_sync_period/4; in add_sdtr_msg()
633 ms->msgout[i+4] = (ALLOW_SYNC(ms->conn_tgt)? mesh_sync_offset: 0); in add_sdtr_msg()
718 printk(" %x", ms->msgout[i]); in start_phase()
721 dlog(ms, "msgout msg=%.8x", MKWORD(ms->n_msgout, ms->msgout[0], in start_phase()
722 ms->msgout[1], ms->msgout[2])); in start_phase()
753 out_8(&mr->fifo, ms->msgout[i]); in start_phase()
[all …]
Dnsp32.c461 unsigned int msgout; in nsp32_selection_autopara() local
488 msgout = 0; in nsp32_selection_autopara()
496 msgout >>= 8; in nsp32_selection_autopara()
497 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); in nsp32_selection_autopara()
499 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara()
500 msgout |= (unsigned int)data->msgout_len; /* len */ in nsp32_selection_autopara()
503 msgout = 0; in nsp32_selection_autopara()
520 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara()
592 unsigned int msgout = 0; in nsp32_selection_autoscsi() local
649 msgout = 0; in nsp32_selection_autoscsi()
[all …]
D53c700.c307 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
819 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
820 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
832 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
833 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
847 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
848 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
932 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
933 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message()
1162 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt()
[all …]
DNCR5380.c1640 unsigned char msgout = NOP; in NCR5380_information_transfer() local
1942 msgout = MESSAGE_REJECT; in NCR5380_information_transfer()
1949 data = &msgout; in NCR5380_information_transfer()
1950 hostdata->last_message = msgout; in NCR5380_information_transfer()
1952 if (msgout == ABORT) { in NCR5380_information_transfer()
1960 msgout = NOP; in NCR5380_information_transfer()
Dncr53c8xx.c1728 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member
2173 NADDR (msgout),
2355 NADDR (msgout),
2535 NADDR (msgout),
2537 NADDR (msgout),
2558 NADDR (msgout),
3050 NADDR (msgout),
3052 NADDR (msgout),
3105 NADDR (msgout),
3107 NADDR (msgout),
[all …]
Dnsp32.h463 u32_le msgout; /* outgoing messages */ member
D53c700.h229 __u8 *msgout; member
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_fw1.h1508 HADDR_1 (msgout),
1526 HADDR_1 (msgout),
1544 HADDR_1 (msgout),
1559 HADDR_1 (msgout),
1653 HADDR_1 (msgout),
Dsym_fw2.h1383 HADDR_1 (msgout),
1401 HADDR_1 (msgout),
1419 HADDR_1 (msgout),
1434 HADDR_1 (msgout),
1526 HADDR_1 (msgout),
Dsym_hipd.c2356 np->msgout[0] = (phase == 7) ? M_PARITY : M_ID_ERROR;
2717 np->msgout[0] = IDENTIFY(0, cp->lun);
4020 spi_populate_sync_msg(np->msgout, per, ofs);
4023 sym_print_nego_msg(np, target, "sync msgout", np->msgout);
4146 spi_populate_ppr_msg(np->msgout, per, ofs, wide, opts);
4149 sym_print_nego_msg(np, target, "ppr msgout", np->msgout);
4258 spi_populate_width_msg(np->msgout, wide);
4263 sym_print_nego_msg(np, target, "wide msgout", np->msgout);
4303 spi_populate_sync_msg(np->msgout, tp->tgoal.period,
4308 "sync msgout", np->msgout);
[all …]
Dsym_hipd.h962 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member