Home
last modified time | relevance | path

Searched refs:ata_pass_16 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1836 struct ata_pass_16 *ata_pass_16; in atacapprint()
1839 ata_pass_16 = (struct ata_pass_16 *)ccb->csio.cdb_io.cdb_bytes;
1840 ata_cmd.command = ata_pass_16->command; in scsi_cam_pass_16_send()
1841 ata_cmd.control = ata_pass_16->control; in scsi_cam_pass_16_send()
1842 ata_cmd.features = ata_pass_16->features; in scsi_cam_pass_16_send() local
1865 if (!(ata_pass_16->flags & AP_FLAG_CHK_COND) && in scsi_cam_pass_16_send()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c8620 struct ata_pass_16 *cdb; in scsi_ata_pass()
8622 cdb = (struct ata_pass_16 *)cdb_ptr; in scsi_ata_pass()
8706 struct ata_pass_16 *ata_cmd; in scsi_ata_pass_16()
8708 ata_cmd = (struct ata_pass_16 *)&csio->cdb_io.cdb_bytes; in scsi_ata_pass_16()
H A Dscsi_all.h2030 struct ata_pass_16 { struct