/Linux-v5.4/drivers/scsi/ |
D | mesh.c | 167 u8 msgout[16]; member 630 ms->msgout[i] = EXTENDED_MESSAGE; in add_sdtr_msg() 631 ms->msgout[i+1] = 3; in add_sdtr_msg() 632 ms->msgout[i+2] = EXTENDED_SDTR; in add_sdtr_msg() 633 ms->msgout[i+3] = mesh_sync_period/4; in add_sdtr_msg() 634 ms->msgout[i+4] = (ALLOW_SYNC(ms->conn_tgt)? mesh_sync_offset: 0); in add_sdtr_msg() 719 printk(" %x", ms->msgout[i]); in start_phase() 722 dlog(ms, "msgout msg=%.8x", MKWORD(ms->n_msgout, ms->msgout[0], in start_phase() 723 ms->msgout[1], ms->msgout[2])); in start_phase() 754 out_8(&mr->fifo, ms->msgout[i]); in start_phase() [all …]
|
D | nsp32.c | 451 unsigned int msgout; in nsp32_selection_autopara() local 478 msgout = 0; in nsp32_selection_autopara() 486 msgout >>= 8; in nsp32_selection_autopara() 487 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); in nsp32_selection_autopara() 489 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara() 490 msgout |= (unsigned int)data->msgout_len; /* len */ in nsp32_selection_autopara() 493 msgout = 0; in nsp32_selection_autopara() 510 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara() 582 unsigned int msgout = 0; in nsp32_selection_autoscsi() local 639 msgout = 0; in nsp32_selection_autoscsi() [all …]
|
D | 53c700.c | 295 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect() 806 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message() 807 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 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() 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() 919 hostdata->msgout[0] = A_REJECT_MSG; in process_message() 920 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message() 1149 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt() [all …]
|
D | NCR5380.c | 1654 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()
|
D | ncr53c8xx.c | 1716 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member 2161 NADDR (msgout), 2343 NADDR (msgout), 2523 NADDR (msgout), 2525 NADDR (msgout), 2546 NADDR (msgout), 3038 NADDR (msgout), 3040 NADDR (msgout), 3093 NADDR (msgout), 3095 NADDR (msgout), [all …]
|
D | 53c700.h | 229 __u8 *msgout; member
|
D | nsp32.h | 454 u32_le msgout; /* outgoing messages */ member
|
/Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
D | sym_fw1.h | 1495 HADDR_1 (msgout), 1513 HADDR_1 (msgout), 1531 HADDR_1 (msgout), 1546 HADDR_1 (msgout), 1640 HADDR_1 (msgout),
|
D | sym_fw2.h | 1370 HADDR_1 (msgout), 1388 HADDR_1 (msgout), 1406 HADDR_1 (msgout), 1421 HADDR_1 (msgout), 1513 HADDR_1 (msgout),
|
D | sym_hipd.c | 2343 np->msgout[0] = (phase == 7) ? M_PARITY : M_ID_ERROR; 2704 np->msgout[0] = IDENTIFY(0, cp->lun); 4008 spi_populate_sync_msg(np->msgout, per, ofs); 4011 sym_print_nego_msg(np, target, "sync msgout", np->msgout); 4134 spi_populate_ppr_msg(np->msgout, per, ofs, wide, opts); 4137 sym_print_nego_msg(np, target, "ppr msgout", np->msgout); 4246 spi_populate_width_msg(np->msgout, wide); 4251 sym_print_nego_msg(np, target, "wide msgout", np->msgout); 4291 spi_populate_sync_msg(np->msgout, tp->tgoal.period, 4296 "sync msgout", np->msgout); [all …]
|
D | sym_hipd.h | 949 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member
|