Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c312 static void *vdc_state; variable
390 if ((status = ddi_soft_state_init(&vdc_state, sizeof (vdc_t), 1)) != 0) in _init()
393 ddi_soft_state_fini(&vdc_state); in _init()
410 ddi_soft_state_fini(&vdc_state); in _fini()
424 if ((vdc = ddi_get_soft_state(vdc_state, instance)) == NULL) { in vdc_getinfo()
463 if ((vdc = ddi_get_soft_state(vdc_state, instance)) == NULL) { in vdc_detach()
623 ddi_soft_state_free(vdc_state, instance); in vdc_detach()
643 if (ddi_soft_state_zalloc(vdc_state, instance) != DDI_SUCCESS) { in vdc_do_attach()
649 if ((vdc = ddi_get_soft_state(vdc_state, instance)) == NULL) { in vdc_do_attach()
1164 vdc = ddi_get_soft_state(vdc_state, instance); in vdc_prop_op()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvdc.h186 typedef enum vdc_state { enum