Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c125 struct ahci_port *io_pr;
135 struct ahci_port { struct
211 struct ahci_port port[MAX_PORTS];
232 struct ahci_port *p; in ahci_generate_intr()
278 ahci_port_intr(struct ahci_port *p) in ahci_port_intr()
462 ahci_check_stopped(struct ahci_port *p) in ahci_check_stopped()
481 ahci_port_stop(struct ahci_port *p) in ahci_port_stop()
527 ahci_port_reset(struct ahci_port *pr) in ahci_port_reset()
1863 ahci_handle_port(struct ahci_port *p) in ahci_handle_port()
1895 struct ahci_port *p; in ata_ioreq_cb()
[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
212 TOPO_BINDING_PORT, &ahci_port, &err) != 0) { in ahci_led_mode()
244 ret = do_led_control(mod, devctl, ahci_port, fac_type, &ledmode, set); in ahci_led_mode()
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h190 typedef struct ahci_port { struct