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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c52 void *tavor_statep; variable
182 status = ddi_soft_state_init(&tavor_statep, sizeof (tavor_state_t),
196 ddi_soft_state_fini(&tavor_statep);
207 ddi_soft_state_fini(&tavor_statep);
259 ddi_soft_state_fini(&tavor_statep);
285 state = ddi_get_soft_state(tavor_statep, instance);
330 state = ddi_get_soft_state(tavor_statep, instance);
497 state = ddi_get_soft_state(tavor_statep, instance);
596 status = ddi_soft_state_zalloc(tavor_statep, instance);
604 state = ddi_get_soft_state(tavor_statep, instanc
[all...]
H A Dtavor_umap.c49 extern void *tavor_statep;
130 state = ddi_get_soft_state(tavor_statep, instance);
430 state = ddi_get_soft_state(tavor_statep, instance);
827 state = ddi_get_soft_state(tavor_statep, instance);
1704 state = ddi_get_soft_state(tavor_statep, instance);
H A Dtavor_ioctl.c46 extern void *tavor_statep;
156 state = ddi_get_soft_state(tavor_statep, instance);

Completed in 123 milliseconds