Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h292 ahci_event_arg_t *ahciport_event_args; member
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c6179 ahci_portp->ahciport_event_args = in ahci_alloc_port_state()
6182 ahci_portp->ahciport_event_args->ahciea_addrp = in ahci_alloc_port_state()
6222 kmem_free(ahci_portp->ahciport_event_args->ahciea_addrp, in ahci_dealloc_port_state()
6224 ahci_portp->ahciport_event_args->ahciea_addrp = NULL; in ahci_dealloc_port_state()
6225 kmem_free(ahci_portp->ahciport_event_args, sizeof (ahci_event_arg_t)); in ahci_dealloc_port_state()
6226 ahci_portp->ahciport_event_args = NULL; in ahci_dealloc_port_state()
7984 args = ahci_portp->ahciport_event_args; in ahci_intr_fatal_error()