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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c48 extern void *hermon_statep;
144 state = ddi_get_soft_state(hermon_statep, instance);
469 state = ddi_get_soft_state(hermon_statep, instance);
874 state = ddi_get_soft_state(hermon_statep, instance);
1254 state = ddi_get_soft_state(hermon_statep, instance);
2039 state = ddi_get_soft_state(hermon_statep, instance);
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...]
H A Dhermon_ioctl.c45 extern void *hermon_statep;
169 state = ddi_get_soft_state(hermon_statep, instance);

Completed in 73 milliseconds