Searched refs:scsi_cdb (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c2584 u8 *TLR_bits, TLR_on, *scsi_cdb; local
2688 scsi_cdb = scsiio_cdb_ptr(csio);
2691 scsi_cdb = csio->cdb_io.cdb_ptr;
2693 scsi_cdb = csio->cdb_io.cdb_bytes;
2703 if (sc->SSU_started && (scsi_cdb[0] == START_STOP_UNIT)) {
2745 if (scsi_cdb[0] == UNMAP &&
2840 if ((scsi_cdb[0] == INQUIRY) &&
2841 (scsi_cdb[1] & SI_EVPD) &&
2842 (scsi_cdb[2] == SVPD_SUPPORTED_PAGE_LIST) &&
2854 alloc_len = ((u16)scsi_cdb[
[all...]
/freebsd-11-stable/sys/dev/aha/
H A Dahareg.h283 uint8_t scsi_cdb[16]; /* 18 */ member in struct:aha_hccb
H A Daha.c787 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) {
797 hccb->scsi_cdb, hccb->cmd_len);
807 hccb->scsi_cdb, hccb->cmd_len);
1228 bcopy((caddr_t) &accb->hccb.scsi_cdb +
/freebsd-11-stable/sys/dev/buslogic/
H A Dbtreg.h567 u_int8_t scsi_cdb[12]; member in struct:bt_hccb
H A Dbt.c1167 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) {
1185 hccb->scsi_cdb, hccb->cmd_len);
1195 hccb->scsi_cdb, hccb->cmd_len);

Completed in 193 milliseconds