Home
last modified time | relevance | path

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

/linux-4.4.14/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.c463 unsigned int msgout; in nsp32_selection_autopara() local
490 msgout = 0; in nsp32_selection_autopara()
498 msgout >>= 8; in nsp32_selection_autopara()
499 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); in nsp32_selection_autopara()
501 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara()
502 msgout |= (unsigned int)data->msgout_len; /* len */ in nsp32_selection_autopara()
505 msgout = 0; in nsp32_selection_autopara()
522 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara()
594 unsigned int msgout = 0; in nsp32_selection_autoscsi() local
651 msgout = 0; in nsp32_selection_autoscsi()
[all …]
D53c700.c308 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
821 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
822 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
834 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
835 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
849 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
850 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
934 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
935 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message()
1164 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt()
[all …]
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 …]
DNCR5380.c2005 unsigned char msgout = NOP; local
2338 msgout = MESSAGE_REJECT;
2345 data = &msgout;
2346 hostdata->last_message = msgout;
2348 if (msgout == ABORT) {
2356 msgout = NOP;
Datari_NCR5380.c1948 unsigned char msgout = NOP; in NCR5380_information_transfer() local
2406 msgout = MESSAGE_REJECT; in NCR5380_information_transfer()
2413 data = &msgout; in NCR5380_information_transfer()
2414 hostdata->last_message = msgout; in NCR5380_information_transfer()
2416 if (msgout == ABORT) { in NCR5380_information_transfer()
2431 msgout = NOP; in NCR5380_information_transfer()
Dnsp32.h463 u32_le msgout; /* outgoing messages */ member
D53c700.h227 __u8 *msgout; member
/linux-4.4.14/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);
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);
[all …]
Dsym_hipd.h962 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member