Searched refs:SCSI_LOW_READ (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/dev/ct/ |
| D | bshw_machdep.c | 215 if (read == SCSI_LOW_READ) in bshw_lc_smit_fstat() 255 if (sp->scp_direction == SCSI_LOW_READ && in bshw_smit_xfer_stop() 303 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) in bshw_smit_xfer_start() 323 if (sp->scp_direction == SCSI_LOW_READ) in bshw_smit_xfer_start() 327 if (bshw_lc_smit_fstat(ct, wc, SCSI_LOW_READ)) in bshw_smit_xfer_start() 468 sp->scp_direction == SCSI_LOW_READ) in bshw_dma_xfer_stop() 539 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) in bshw_dmastart()
|
| D | ct.c | 610 if (direction == SCSI_LOW_READ) in ct_xfer() 757 ct_target_nexus_establish(ct, 0, SCSI_LOW_READ); in ct_reselected() 1018 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0) in ctintr() 1049 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) in ctintr() 1096 ct_xfer(ct, ®v, 1, SCSI_LOW_READ, in ctintr() 1110 ct_xfer(ct, ®v, 1, SCSI_LOW_READ, &derror); in ctintr() 1147 ct_xfer(ct, ®v, 1, SCSI_LOW_READ, &derror); in ctintr()
|
| /freebsd-10-stable/sys/dev/nsp/ |
| D | nsp.c | 274 nsp_setup_fifo(sc, NSP_FIFO_OFF, SCSI_LOW_READ, 0); 669 if (direction == SCSI_LOW_READ) 720 nsp_setup_fifo(sc, NSP_FIFO_OFF, SCSI_LOW_READ, 0); 754 else if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 793 if (direction == SCSI_LOW_READ) 847 nsp_data_padding(sc, SCSI_LOW_READ, res); 1339 nsp_setup_fifo(sc, NSP_FIFO_ON, SCSI_LOW_READ, 0); 1364 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1595 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1647 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
|
| /freebsd-10-stable/sys/dev/stg/ |
| D | tmc18c30.c | 488 else if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1152 if (slp->sl_scp.scp_direction == SCSI_LOW_READ) 1195 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
|
| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_low.c | 841 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1659 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1678 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1714 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1723 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 1732 cb->ccb_scp.scp_direction = SCSI_LOW_READ; 2541 slp->sl_scp.scp_direction = SCSI_LOW_READ;
|
| D | scsi_low.h | 165 #define SCSI_LOW_READ 1 macro
|
| /freebsd-10-stable/sys/dev/ncv/ |
| D | ncr53c500.c | 670 if ((slp->sl_scp.scp_direction == SCSI_LOW_READ) && 1140 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
|