Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dqcn.c544 qcn_state->qcn_writeq = WR(q); in qcn_open()
571 qcn_state->qcn_writeq = NULL; in qcn_close()
851 q = qcn_state->qcn_writeq; in qcn_start()
971 q = qcn_state->qcn_writeq; in qcn_flush()
1043 if (qcn_state->qcn_writeq != NULL) { in qcn_soft_intr()
1046 flushq(qcn_state->qcn_writeq, FLUSHDATA); in qcn_soft_intr()
1240 if (qcn_state->qcn_writeq != NULL) { in qcn_poll_handler()
1242 flushq(qcn_state->qcn_writeq, FLUSHDATA); in qcn_poll_handler()
1305 if (qcn_state->qcn_writeq != NULL) in qcn_wsrv()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dqcn.h73 queue_t *qcn_writeq; /* stream write queue */ member