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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c59 void *hermon_statep; variable
200 status = ddi_soft_state_init(&hermon_statep, sizeof (hermon_state_t),
208 ddi_soft_state_fini(&hermon_statep);
215 ddi_soft_state_fini(&hermon_statep);
256 ddi_soft_state_fini(&hermon_statep);
277 state = ddi_get_soft_state(hermon_statep, instance);
315 state = ddi_get_soft_state(hermon_statep, instance);
466 state = ddi_get_soft_state(hermon_statep, instance);
559 status = ddi_soft_state_zalloc(hermon_statep, instance);
566 state = ddi_get_soft_state(hermon_statep, instanc
[all...]

Completed in 694 milliseconds