Searched refs:iwp_soft_state_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c93 static void *iwp_soft_state_p = NULL; variable
393 status = ddi_soft_state_init(&iwp_soft_state_p,
403 ddi_soft_state_fini(&iwp_soft_state_p);
417 ddi_soft_state_fini(&iwp_soft_state_p);
487 sc = ddi_get_soft_state(iwp_soft_state_p,
505 err = ddi_soft_state_zalloc(iwp_soft_state_p, instance);
512 sc = ddi_get_soft_state(iwp_soft_state_p, instance);
897 ddi_soft_state_free(iwp_soft_state_p, instance);
909 sc = ddi_get_soft_state(iwp_soft_state_p, ddi_get_instance(dip));
999 ddi_soft_state_free(iwp_soft_state_p, ddi_get_instanc
[all...]

Completed in 84 milliseconds