Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dqcn.c100 static cyclic_id_t qcn_poll_cycid = CYCLIC_NONE; variable
391 qcn_poll_cycid = cyclic_add(&qcn_poll_cychandler, in qcn_attach()
466 if (qcn_poll_cycid != CYCLIC_NONE) in qcn_detach()
467 cyclic_remove(qcn_poll_cycid); in qcn_detach()
468 qcn_poll_cycid = CYCLIC_NONE; in qcn_detach()