/linux-3.4.99/drivers/scsi/ |
D | mesh.c | 166 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 …]
|
D | nsp32.c | 464 unsigned int msgout; in nsp32_selection_autopara() local 491 msgout = 0; in nsp32_selection_autopara() 499 msgout >>= 8; in nsp32_selection_autopara() 500 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); in nsp32_selection_autopara() 502 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara() 503 msgout |= (unsigned int)data->msgout_len; /* len */ in nsp32_selection_autopara() 506 msgout = 0; in nsp32_selection_autopara() 523 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara() 595 unsigned int msgout = 0; in nsp32_selection_autoscsi() local 652 msgout = 0; in nsp32_selection_autoscsi() [all …]
|
D | 53c700.c | 309 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect() 828 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message() 829 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 841 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message() 842 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 856 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message() 857 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 939 hostdata->msgout[0] = A_REJECT_MSG; in process_message() 940 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message() 1165 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt() [all …]
|
D | ncr53c8xx.c | 1728 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 …]
|
D | NCR5380.c | 2096 unsigned char msgout = NOP; local 2434 msgout = MESSAGE_REJECT; 2441 data = &msgout; 2442 hostdata->last_message = msgout; 2444 if (msgout == ABORT) { 2453 msgout = NOP;
|
D | atari_NCR5380.c | 2008 unsigned char msgout = NOP; in NCR5380_information_transfer() local 2433 msgout = MESSAGE_REJECT; in NCR5380_information_transfer() 2440 data = &msgout; in NCR5380_information_transfer() 2441 hostdata->last_message = msgout; in NCR5380_information_transfer() 2443 if (msgout == ABORT) { in NCR5380_information_transfer() 2459 msgout = NOP; in NCR5380_information_transfer()
|
D | sun3_NCR5380.c | 1940 unsigned char msgout = NOP; in NCR5380_information_transfer() local 2399 msgout = MESSAGE_REJECT; in NCR5380_information_transfer() 2407 data = &msgout; in NCR5380_information_transfer() 2408 hostdata->last_message = msgout; in NCR5380_information_transfer() 2410 if (msgout == ABORT) { in NCR5380_information_transfer() 2425 msgout = NOP; in NCR5380_information_transfer()
|
D | 53c700.h | 227 __u8 *msgout; member
|
D | nsp32.h | 463 u32_le msgout; /* outgoing messages */ member
|
/linux-3.4.99/drivers/scsi/sym53c8xx_2/ |
D | sym_fw1.h | 1508 HADDR_1 (msgout), 1526 HADDR_1 (msgout), 1544 HADDR_1 (msgout), 1559 HADDR_1 (msgout), 1653 HADDR_1 (msgout),
|
D | sym_fw2.h | 1383 HADDR_1 (msgout), 1401 HADDR_1 (msgout), 1419 HADDR_1 (msgout), 1434 HADDR_1 (msgout), 1526 HADDR_1 (msgout),
|
D | sym_hipd.c | 2356 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 …]
|
D | sym_hipd.h | 962 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member
|