Home
last modified time | relevance | path

Searched refs:ahci_pmult_info_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h136 typedef struct ahci_pmult_info ahci_pmult_info_t; typedef
200 ahci_pmult_info_t *ahciport_pmult_info;
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3907 ahci_portp->ahciport_pmult_info = (ahci_pmult_info_t *) in ahci_alloc_pmult()
3908 kmem_zalloc(sizeof (ahci_pmult_info_t), KM_SLEEP); in ahci_alloc_pmult()
3947 sizeof (ahci_pmult_info_t)); in ahci_dealloc_pmult()
8535 ahci_pmult_info_t *pminfo = NULL; in ahci_restart_port_wait_till_ready()