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

/opensolaris-onvv-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c228 static void *fcoe_state = NULL; variable
248 ret = ddi_soft_state_init(&fcoe_state, sizeof (fcoe_soft_state_t), 0);
252 ddi_soft_state_fini(&fcoe_state);
274 ddi_soft_state_fini(&fcoe_state);
307 ret = ddi_soft_state_zalloc(fcoe_state, instance);
313 ss = ddi_get_soft_state(fcoe_state, instance);
347 ss = ddi_get_soft_state(fcoe_state, instance);
459 ss = ddi_get_soft_state(fcoe_state, instance);
504 ss = ddi_get_soft_state(fcoe_state, instance);
533 ss = ddi_get_soft_state(fcoe_state, (int32_
[all...]

Completed in 92 milliseconds