Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c167 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[ in start_phase()
[all...]
H A D53c700.c320 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
836 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
837 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
849 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
850 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
863 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
864 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
947 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
948 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_message()
1176 dma_sync_to_dev(hostdata, hostdata->msgout, in process_script_interrupt()
[all...]
H A Dnsp32.c451 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 in nsp32_selection_autoscsi() local
[all...]
H A Dncr53c8xx.c1716 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member
2155 ** Initialize the msgout buffer with a NOOP message.
2161 NADDR (msgout),
2343 NADDR (msgout),
2523 NADDR (msgout),
2525 NADDR (msgout),
2546 NADDR (msgout),
3038 NADDR (msgout),
3040 NADDR (msgout),
3093 NADDR (msgout),
[all...]
H A DNCR5380.c1671 unsigned char msgout = NOP; variable
1961 msgout = MESSAGE_REJECT;
1968 data = &msgout;
1969 hostdata->last_message = msgout;
1971 if (msgout == ABORT) {
1979 msgout = NOP;
H A Dnsp32.h454 u32_le msgout; /* outgoing messages */ member
589 unsigned char msgoutbuf[MSGOUTBUF_MAX]; /* msgout buffer */
H A D53c700.h225 * memory. All the msgin, msgout and status are allocated in
230 __u8 *msgout; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmesh.c167 u8 msgout[16]; member
624 ms->msgout[i] = EXTENDED_MESSAGE; in add_sdtr_msg()
625 ms->msgout[i+1] = 3; in add_sdtr_msg()
626 ms->msgout[i+2] = EXTENDED_SDTR; in add_sdtr_msg()
627 ms->msgout[i+3] = mesh_sync_period/4; in add_sdtr_msg()
628 ms->msgout[i+4] = (ALLOW_SYNC(ms->conn_tgt)? mesh_sync_offset: 0); in add_sdtr_msg()
713 printk(" %x", ms->msgout[i]); in start_phase()
716 dlog(ms, "msgout msg=%.8x", MKWORD(ms->n_msgout, ms->msgout[0], in start_phase()
717 ms->msgout[ in start_phase()
[all...]
H A D53c700.c319 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
835 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
836 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
848 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
849 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
862 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
863 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
946 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
947 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_message()
1175 dma_sync_to_dev(hostdata, hostdata->msgout, in process_script_interrupt()
[all...]
H A Dnsp32.c458 unsigned int msgout; in nsp32_selection_autopara() local
485 msgout = 0; in nsp32_selection_autopara()
493 msgout >>= 8; in nsp32_selection_autopara()
494 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24); in nsp32_selection_autopara()
496 msgout |= MV_VALID; /* MV valid */ in nsp32_selection_autopara()
497 msgout |= (unsigned int)data->msgout_len; /* len */ in nsp32_selection_autopara()
500 msgout = 0; in nsp32_selection_autopara()
518 param->msgout = cpu_to_le32(msgout); in nsp32_selection_autopara()
590 unsigned int msgout in nsp32_selection_autoscsi() local
[all...]
H A Dncr53c8xx.c1713 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member
2132 ** Initialize the msgout buffer with a NOOP message.
2138 NADDR (msgout),
2315 NADDR (msgout),
2495 NADDR (msgout),
2497 NADDR (msgout),
2518 NADDR (msgout),
3010 NADDR (msgout),
3012 NADDR (msgout),
3065 NADDR (msgout),
[all...]
H A DNCR5380.c1678 unsigned char msgout = NOP; variable
1968 msgout = MESSAGE_REJECT;
1975 data = &msgout;
1976 hostdata->last_message = msgout;
1978 if (msgout == ABORT) {
1985 msgout = NOP;
H A D53c700.h224 * memory. All the msgin, msgout and status are allocated in
229 __u8 *msgout; member
H A Dnsp32.h454 u32_le msgout; /* outgoing messages */ member
598 unsigned char msgoutbuf[MSGOUTBUF_MAX]; /* msgout buffer */
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1370 HADDR_1 (msgout),
1388 HADDR_1 (msgout),
1406 HADDR_1 (msgout),
1421 HADDR_1 (msgout),
1513 HADDR_1 (msgout),
H A Dsym_fw1.h1495 HADDR_1 (msgout),
1513 HADDR_1 (msgout),
1531 HADDR_1 (msgout),
1546 HADDR_1 (msgout),
1640 HADDR_1 (msgout),
H A Dsym_hipd.c1455 nego == NS_SYNC ? "sync msgout" :
1456 nego == NS_WIDE ? "wide msgout" :
1457 "ppr msgout", msgptr);
2343 np->msgout[0] = (phase == 7) ? M_PARITY : M_ID_ERROR;
2704 np->msgout[0] = IDENTIFY(0, cp->lun);
3589 dev_info(&tp->starget->dev, "control msgout:");
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, pe
[all...]
H A Dsym_hipd.h949 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1370 HADDR_1 (msgout),
1388 HADDR_1 (msgout),
1406 HADDR_1 (msgout),
1421 HADDR_1 (msgout),
1513 HADDR_1 (msgout),
H A Dsym_fw1.h1495 HADDR_1 (msgout),
1513 HADDR_1 (msgout),
1531 HADDR_1 (msgout),
1546 HADDR_1 (msgout),
1640 HADDR_1 (msgout),
H A Dsym_hipd.c1455 nego == NS_SYNC ? "sync msgout" :
1456 nego == NS_WIDE ? "wide msgout" :
1457 "ppr msgout", msgptr);
2343 np->msgout[0] = (phase == 7) ? M_PARITY : M_ID_ERROR;
2704 np->msgout[0] = IDENTIFY(0, cp->lun);
3589 dev_info(&tp->starget->dev, "control msgout:");
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, pe
[all...]
H A Dsym_hipd.h949 u_char msgout[8]; /* Buffer for MESSAGE OUT */ member

Completed in 58 milliseconds