Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dqcn.h104 int (*cons_transmit)(queue_t *, mblk_t *); member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c223 qcn_state->cons_transmit = qcn_transmit_write; in _init()
229 if (qcn_state->cons_transmit == NULL) { in _init()
230 qcn_state->cons_transmit = qcn_transmit_putchr; in _init()
867 rv = qcn_state->cons_transmit(q, mp); in qcn_start()