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

/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c1752 struct ata_pass_16 *ata_pass_16; local
1755 ata_pass_16 = (struct ata_pass_16 *)ccb->csio.cdb_io.cdb_bytes;
1756 ata_cmd.command = ata_pass_16->command;
1757 ata_cmd.control = ata_pass_16->control;
1758 ata_cmd.features = ata_pass_16->features;
1781 if (!(ata_pass_16->flags & AP_FLAG_CHK_COND) &&
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_all.c8536 struct ata_pass_16 *cdb;
8538 cdb = (struct ata_pass_16 *)cdb_ptr;
8622 struct ata_pass_16 *ata_cmd;
8624 ata_cmd = (struct ata_pass_16 *)&csio->cdb_io.cdb_bytes;
H A Dscsi_all.h2033 struct ata_pass_16 { struct

Completed in 105 milliseconds