Searched refs:SCSI_LOW_READ (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/ct/
H A Dbshw_machdep.c216 if (read == SCSI_LOW_READ)
256 if (sp->scp_direction == SCSI_LOW_READ &&
304 if (slp->sl_scp.scp_direction == SCSI_LOW_READ)
324 if (sp->scp_direction == SCSI_LOW_READ)
328 if (bshw_lc_smit_fstat(ct, wc, SCSI_LOW_READ))
469 sp->scp_direction == SCSI_LOW_READ)
540 if (slp->sl_scp.scp_direction == SCSI_LOW_READ)
H A Dct.c612 if (direction == SCSI_LOW_READ)
759 ct_target_nexus_establish(ct, 0, SCSI_LOW_READ);
1031 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
1062 if (slp->sl_scp.scp_direction == SCSI_LOW_READ)
1109 ct_xfer(ct, &regv, 1, SCSI_LOW_READ,
1123 ct_xfer(ct, &regv, 1, SCSI_LOW_READ, &derror);
1160 ct_xfer(ct, &regv, 1, SCSI_LOW_READ, &derror);
/freebsd-11.0-release/sys/dev/nsp/
H A Dnsp.c264 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) !
[all...]
/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30.c470 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)
/freebsd-11.0-release/sys/dev/ncv/
H A Dncr53c500.c630 if ((slp->sl_scp.scp_direction == SCSI_LOW_READ) &&
1093 if (scsi_low_data(slp, ti, &bp, SCSI_LOW_READ) != 0)
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.c818 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;
H A Dscsi_low.h118 #define SCSI_LOW_READ 1 macro

Completed in 127 milliseconds