Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h381 typedef struct ahci_ctl { struct
382 dev_info_t *ahcictl_dip;
384 ushort_t ahcictl_venid;
385 ushort_t ahcictl_devid;
388 uint8_t ahcictl_port_to_cport[AHCI_MAX_PORTS];
390 uint8_t ahcictl_cport_to_port[AHCI_MAX_PORTS];
393 int ahcictl_num_ports;
395 int ahcictl_num_cmd_slots;
397 int ahcictl_num_implemented_ports;
399 uint32_t ahcictl_ports_implemented;
[all …]