Home
last modified time | relevance | path

Searched defs:ahci_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h190 typedef struct ahci_port { struct
192 uint8_t ahciport_port_num;
195 uint8_t ahciport_device_type;
197 uint32_t ahciport_port_state;
200 ahci_pmult_info_t *ahciport_pmult_info;
215 int ahciport_flags;
218 ahci_rcvd_fis_t *ahciport_rcvd_fis;
219 ddi_dma_handle_t ahciport_rcvd_fis_dma_handle;
220 ddi_acc_handle_t ahciport_rcvd_fis_acc_handle;
221 ddi_dma_cookie_t ahciport_rcvd_fis_dma_cookie;
[all …]
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c133 struct ahci_port { struct
134 struct blockif_ctxt *bctx;
135 struct pci_ahci_softc *pr_sc;
136 struct ata_params ata_ident;
137 uint8_t *cmd_lst;
138 uint8_t *rfis;
139 int port;
140 int atapi;
141 int reset;
142 int waitforclear;
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c173 uint32_t type, ledmode = 0, ahci_port; in ahci_led_mode() local