Home
last modified time | relevance | path

Searched refs:tphci_state (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dtphci.c64 static void *tphci_state; variable
65 struct tphci_state { struct
156 if ((rval = ddi_soft_state_init(&tphci_state, in _init()
157 sizeof (struct tphci_state), 2)) != 0) { in _init()
162 ddi_soft_state_fini(&tphci_state); in _init()
182 ddi_soft_state_fini(&tphci_state); in _fini()
197 struct tphci_state *phci; in tphci_open()
203 phci = ddi_get_soft_state(tphci_state, getminor(*devp)); in tphci_open()
216 struct tphci_state *phci; in tphci_close()
221 phci = ddi_get_soft_state(tphci_state, getminor(dev)); in tphci_close()
[all …]