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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c231 static void *fcoe_state = NULL; variable
251 ret = ddi_soft_state_init(&fcoe_state, sizeof (fcoe_soft_state_t), 0);
255 ddi_soft_state_fini(&fcoe_state);
277 ddi_soft_state_fini(&fcoe_state);
310 ret = ddi_soft_state_zalloc(fcoe_state, instance);
316 ss = ddi_get_soft_state(fcoe_state, instance);
350 ss = ddi_get_soft_state(fcoe_state, instance);
462 ss = ddi_get_soft_state(fcoe_state, instance);
507 ss = ddi_get_soft_state(fcoe_state, instance);
536 ss = ddi_get_soft_state(fcoe_state, (int32_
[all...]

Completed in 62 milliseconds