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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c218 void *hxge_list = NULL; variable
411 hxgep = (p_hxge_t)ddi_get_soft_state(hxge_list, instance);
429 hxgep = (p_hxge_t)ddi_get_soft_state(hxge_list, instance);
447 if (ddi_soft_state_zalloc(hxge_list, instance) == DDI_FAILURE) {
454 hxgep = ddi_get_soft_state(hxge_list, instance);
596 ddi_soft_state_free(hxge_list, hxgep->instance);
619 hxgep = ddi_get_soft_state(hxge_list, instance);
738 ddi_soft_state_free(hxge_list, hxgep->instance);
3556 status = ddi_soft_state_init(&hxge_list, sizeof (hxge_t), 0);
3566 ddi_soft_state_fini(&hxge_list);
[all...]
H A Dhxge_ndd.c222 extern void *hxge_list;
452 if ((ddi_get_soft_state(hxge_list, i) != NULL) &&

Completed in 78 milliseconds