Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c223 void *qlt_state = NULL; variable
259 ret = ddi_soft_state_init(&qlt_state, sizeof (qlt_state_t), 0); in _init()
269 ddi_soft_state_fini(&qlt_state); in _init()
277 ddi_soft_state_fini(&qlt_state); in _init()
295 ddi_soft_state_fini(&qlt_state); in _fini()
327 if (ddi_soft_state_zalloc(qlt_state, instance) != DDI_SUCCESS) { in qlt_attach()
331 if ((qlt = (qlt_state_t *)ddi_get_soft_state(qlt_state, instance)) == in qlt_attach()
556 ddi_soft_state_free(qlt_state, instance); in qlt_attach()
571 if ((qlt = (qlt_state_t *)ddi_get_soft_state(qlt_state, instance)) == in qlt_detach()
580 if ((qlt->qlt_state != FCT_STATE_OFFLINE) || in qlt_detach()
[all …]
H A Dqlt.h255 typedef struct qlt_state { struct
266 uint8_t qlt_state:7, argument