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

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c171 static void *fcoet_state = NULL; variable
186 ret = ddi_soft_state_init(&fcoet_state, sizeof (fcoet_soft_state_t), 0);
194 ddi_soft_state_fini(&fcoet_state);
204 ddi_soft_state_fini(&fcoet_state);
222 ddi_soft_state_fini(&fcoet_state);
251 ret = ddi_soft_state_zalloc(fcoet_state, instance);
256 ss = ddi_get_soft_state(fcoet_state, instance);
262 ddi_soft_state_free(fcoet_state, instance);
290 ss = ddi_get_soft_state(fcoet_state, instance);
339 ss = ddi_get_soft_state(fcoet_state, instanc
[all...]

Completed in 59 milliseconds