Searched defs:ata_pkt_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h528 * (ata_pkt_t *) to (gcmd_t *)
533 * (gcmd_t *) to (ata_pkt_t *)
535 #define GCMD2APKT(gcmdp) ((ata_pkt_t *)gcmdp->cmd_private)
563 * (ata_pkt_t *) to (ata_drv_t *)
636 } ata_pkt_t; typedef in typeref:struct:ata_pkt
671 int ata_get_status_clear_intr(ata_ctl_t *ata_ctlp, ata_pkt_t *ata_pktp);
677 int ata_queue_cmd(int (*func)(ata_ctl_t *, ata_drv_t *, ata_pkt_t *),

Completed in 73 milliseconds