Searched refs:msgout (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/drivers/scsi/pcmcia/
H A Dnsp_message.c66 nsp_dbg(NSP_DEBUG_MSGOUTOCCUR, "msgout loop"); nsp_message_out()
69 nsp_msg(KERN_DEBUG, "msgout: xfer short"); nsp_message_out()
/linux-4.4.14/drivers/scsi/
H A Dmesh.c166 u8 msgout[16]; member in struct:mesh_state
629 ms->msgout[i] = EXTENDED_MESSAGE; add_sdtr_msg()
630 ms->msgout[i+1] = 3; add_sdtr_msg()
631 ms->msgout[i+2] = EXTENDED_SDTR; add_sdtr_msg()
632 ms->msgout[i+3] = mesh_sync_period/4; add_sdtr_msg()
633 ms->msgout[i+4] = (ALLOW_SYNC(ms->conn_tgt)? mesh_sync_offset: 0); add_sdtr_msg()
718 printk(" %x", ms->msgout[i]); start_phase()
721 dlog(ms, "msgout msg=%.8x", MKWORD(ms->n_msgout, ms->msgout[0], start_phase()
722 ms->msgout[1], ms->msgout[2])); start_phase()
753 out_8(&mr->fifo, ms->msgout[i]); start_phase()
978 ms->msgout[0] = ABORT; do_abort()
1072 ms->msgout[0] = MSG_PARITY_ERROR; handle_error()
1195 if (ms->msgout[3] < ms->msgin[3]) handle_msgin()
1196 ms->msgout[3] = ms->msgin[3]; handle_msgin()
1197 if (ms->msgout[4] > ms->msgin[4]) handle_msgin()
1198 ms->msgout[4] = ms->msgin[4]; handle_msgin()
1199 set_sdtr(ms, ms->msgout[3], ms->msgout[4]); handle_msgin()
1249 ms->msgout[0] = MESSAGE_REJECT; handle_msgin()
1377 out_8(&mr->fifo, ms->msgout[ms->n_msgout-1]); phase_mismatch()
1425 ms->msgout[0] = NOP; phase_mismatch()
1523 out_8(&mr->fifo, ms->msgout[ms->n_msgout-1]); cmd_complete()
1546 ms->msgout[0] = IDENTIFY(ALLOW_RESEL(ms->conn_tgt), cmd_complete()
1551 ms->msgout[0] = ABORT; cmd_complete()
H A D53c700.c308 hostdata->msgout = memory + MSGOUT_OFFSET; NCR_700_detect()
821 hostdata->msgout[0] = A_REJECT_MSG; process_extended_message()
822 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); process_extended_message()
834 hostdata->msgout[0] = A_REJECT_MSG; process_extended_message()
835 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); process_extended_message()
849 hostdata->msgout[0] = A_REJECT_MSG; process_extended_message()
850 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); process_extended_message()
934 hostdata->msgout[0] = A_REJECT_MSG; process_message()
935 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); process_message()
1164 dma_cache_sync(hostdata->dev, hostdata->msgout, process_script_interrupt()
1416 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && NCR_700_start_command()
1434 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); NCR_700_start_command()
1439 count += spi_populate_sync_msg(&hostdata->msgout[count], NCR_700_start_command()
1464 dma_cache_sync(hostdata->dev, hostdata->msgout, count, DMA_TO_DEVICE); NCR_700_start_command()
H A Dnsp32.c463 unsigned int msgout; nsp32_selection_autopara() local
490 msgout = 0; nsp32_selection_autopara()
498 msgout >>= 8; nsp32_selection_autopara()
499 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); nsp32_selection_autopara()
501 msgout |= MV_VALID; /* MV valid */ nsp32_selection_autopara()
502 msgout |= (unsigned int)data->msgout_len; /* len */ nsp32_selection_autopara()
505 msgout = 0; nsp32_selection_autopara()
522 param->msgout = cpu_to_le32(msgout); nsp32_selection_autopara()
594 unsigned int msgout = 0; nsp32_selection_autoscsi() local
651 msgout = 0; nsp32_selection_autoscsi()
659 msgout >>= 8; nsp32_selection_autoscsi()
660 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); nsp32_selection_autoscsi()
662 msgout |= MV_VALID; /* MV valid */ nsp32_selection_autoscsi()
663 msgout |= (unsigned int)data->msgout_len; /* len */ nsp32_selection_autoscsi()
664 nsp32_write4(base, SCSI_MSG_OUT, msgout); nsp32_selection_autoscsi()
703 nsp32_dbg(NSP32_DEBUG_AUTOSCSI, "msgout_len=%d, msgout=0x%x", nsp32_selection_autoscsi()
704 data->msgout_len, msgout); nsp32_selection_autoscsi()
H A D53c700.h222 * memory. All the msgin, msgout and status are allocated in
227 __u8 *msgout; member in struct:NCR_700_Host_Parameters
H A Dnsp32_debug.c239 printk("msgout=0x%lx, ", nsp32_read4(base, SCSI_MSG_OUT)); nsp32_print_register()
H A Dncr53c8xx.c1728 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member in struct:ncb
2167 ** Initialize the msgout buffer with a NOOP message.
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),
3204 NADDR (msgout),
3216 NADDR (msgout),
3218 NADDR (msgout),
4101 "wide msgout":"sync_msgout", msgptr); ncr_prepare_nego()
6220 np->msgout[0] = msg; ncr_int_par()
6818 ** -> target doesn't msgout --- PROTO ? defa. - dispatch ncr_int_sir()
6871 np->msgout[0] = NOP; ncr_int_sir()
6965 spi_populate_sync_msg(np->msgout, per, ofs); ncr_int_sir()
6969 ncr_print_msg(cp, "sync msgout", np->msgout); ncr_int_sir()
7051 spi_populate_width_msg(np->msgout, wide); ncr_int_sir()
7058 ncr_print_msg(cp, "wide msgout", np->msgin); ncr_int_sir()
7078 (unsigned)scr_to_cpu(np->lastmsg), np->msgout[0]); ncr_int_sir()
H A Dnsp32.h463 u32_le msgout; /* outgoing messages */ member in struct:_nsp32_autoparam
598 unsigned char msgoutbuf[MSGOUTBUF_MAX]; /* msgout buffer */
H A 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;
H A Datari_NCR5380.c1948 unsigned char msgout = NOP; NCR5380_information_transfer() local
2406 msgout = MESSAGE_REJECT; NCR5380_information_transfer()
2413 data = &msgout; NCR5380_information_transfer()
2414 hostdata->last_message = msgout; NCR5380_information_transfer()
2416 if (msgout == ABORT) { NCR5380_information_transfer()
2431 msgout = NOP; NCR5380_information_transfer()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1468 nego == NS_SYNC ? "sync msgout" : sym_prepare_nego()
1469 nego == NS_WIDE ? "wide msgout" : sym_prepare_nego()
1470 "ppr msgout", msgptr); sym_prepare_nego()
2356 np->msgout[0] = (phase == 7) ? M_PARITY : M_ID_ERROR; sym_int_par()
2717 np->msgout[0] = IDENTIFY(0, cp->lun); sym_int_ma()
3601 dev_info(&tp->starget->dev, "control msgout:"); sym_sir_task_recovery()
4021 spi_populate_sync_msg(np->msgout, per, ofs); sym_sync_nego_check()
4024 sym_print_nego_msg(np, target, "sync msgout", np->msgout); sym_sync_nego_check()
4147 spi_populate_ppr_msg(np->msgout, per, ofs, wide, opts); sym_ppr_nego_check()
4150 sym_print_nego_msg(np, target, "ppr msgout", np->msgout); sym_ppr_nego_check()
4259 spi_populate_width_msg(np->msgout, wide); sym_wide_nego_check()
4264 sym_print_nego_msg(np, target, "wide msgout", np->msgout); sym_wide_nego_check()
4304 spi_populate_sync_msg(np->msgout, tp->tgoal.period, sym_wide_nego()
4309 "sync msgout", np->msgout); sym_wide_nego()
4360 np->msgout[0] = M_NOOP; sym_nego_default()
4442 np->msgout[0] = M_RESET; sym_int_sir()
4449 np->msgout[0] = M_ABORT; sym_int_sir()
4455 np->msgout[0] = M_ABORT_TAG; sym_int_sir()
4462 np->lastmsg = np->msgout[0]; sym_int_sir()
4463 np->msgout[0] = M_NOOP; sym_int_sir()
4472 np->lastmsg = np->msgout[0]; sym_int_sir()
4473 np->msgout[0] = M_NOOP; sym_int_sir()
4499 np->msgout[0] = M_REJECT; sym_int_sir()
4602 scr_to_cpu(np->lastmsg), np->msgout[0]); sym_int_sir()
H A Dsym_fw1.h1508 HADDR_1 (msgout),
1526 HADDR_1 (msgout),
1544 HADDR_1 (msgout),
1559 HADDR_1 (msgout),
1653 HADDR_1 (msgout),
H A Dsym_fw2.h1383 HADDR_1 (msgout),
1401 HADDR_1 (msgout),
1419 HADDR_1 (msgout),
1434 HADDR_1 (msgout),
1526 HADDR_1 (msgout),
H A Dsym_hipd.h962 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member in struct:sym_hcb
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx.h1201 u_int msgout_index; /* Current index in msgout */
H A Daic7xxx.h1039 u_int msgout_index; /* Current index in msgout */

Completed in 530 milliseconds