Searched refs:SCSI_LOW_READ (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/ct/ |
| HD | bshw_machdep.c | 216 if (read == SCSI_LOW_READ) in bshw_lc_smit_fstat() 256 if (sp->scp_direction == SCSI_LOW_READ && in bshw_smit_xfer_stop() 304 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) in bshw_smit_xfer_start() 324 if (sp->scp_direction == SCSI_LOW_READ) in bshw_smit_xfer_start() 328 if (bshw_lc_smit_fstat(ct, wc, SCSI_LOW_READ)) in bshw_smit_xfer_start() 469 sp->scp_direction == SCSI_LOW_READ) in bshw_dma_xfer_stop() 540 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) in bshw_dmastart()
|
| HD | ct.c | 612 if (direction == SCSI_LOW_READ) in ct_xfer() 759 ct_target_nexus_establish(ct, 0, SCSI_LOW_READ); in ct_reselected() 1031 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0) in ct_poll() 1062 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) in ct_poll() 1109 ct_xfer(ct, ®v, 1, SCSI_LOW_READ, in ct_poll() 1123 ct_xfer(ct, ®v, 1, SCSI_LOW_READ, &derror); in ct_poll() 1160 ct_xfer(ct, ®v, 1, SCSI_LOW_READ, &derror); in ct_poll()
|
| /NextBSD/sys/dev/nsp/ |
| HD | nsp.c | 264 nsp_setup_fifo(sc, NSP_FIFO_OFF, SCSI_LOW_READ, 0); 632 if (direction == SCSI_LOW_READ) 683 nsp_setup_fifo(sc, NSP_FIFO_OFF, SCSI_LOW_READ, 0); 717 else if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 754 if (direction == SCSI_LOW_READ) 806 nsp_data_padding(sc, SCSI_LOW_READ, res); 1280 nsp_setup_fifo(sc, NSP_FIFO_ON, SCSI_LOW_READ, 0); 1305 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1534 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1586 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
|
| /NextBSD/sys/dev/stg/ |
| HD | tmc18c30.c | 470 else if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1104 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1147 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_low.c | 818 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1579 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1598 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1634 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1643 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1652 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 2460 slp->sl_scp.scp_direction = SCSI_LOW_READ;
|
| HD | scsi_low.h | 118 #define SCSI_LOW_READ 1 macro
|
| /NextBSD/sys/dev/ncv/ |
| HD | ncr53c500.c | 630 if ((slp->sl_scp.scp_direction == SCSI_LOW_READ) && 1093 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
|