Searched refs:tavor_statep (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 52 void *tavor_statep; variable 182 status = ddi_soft_state_init(&tavor_statep, sizeof (tavor_state_t), in _init() 196 ddi_soft_state_fini(&tavor_statep); in _init() 207 ddi_soft_state_fini(&tavor_statep); in _init() 259 ddi_soft_state_fini(&tavor_statep); in _fini() 285 state = ddi_get_soft_state(tavor_statep, instance); in tavor_getinfo() 330 state = ddi_get_soft_state(tavor_statep, instance); in tavor_open() 497 state = ddi_get_soft_state(tavor_statep, instance); in tavor_close() 596 status = ddi_soft_state_zalloc(tavor_statep, instance); in tavor_attach() 604 state = ddi_get_soft_state(tavor_statep, instance); in tavor_attach() [all …]
|
H A D | tavor_umap.c | 49 extern void *tavor_statep; 130 state = ddi_get_soft_state(tavor_statep, instance); in tavor_devmap() 430 state = ddi_get_soft_state(tavor_statep, instance); in tavor_devmap_umem_map() 827 state = ddi_get_soft_state(tavor_statep, instance); in tavor_devmap_devmem_map() 1704 state = ddi_get_soft_state(tavor_statep, instance); in tavor_umap_umemlock_cb()
|
H A D | tavor_ioctl.c | 46 extern void *tavor_statep; 156 state = ddi_get_soft_state(tavor_statep, instance); in tavor_ioctl()
|