Searched refs:qcn_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c87 static qcn_t *qcn_state; variable
200 qcn_state = kmem_zalloc(sizeof (qcn_t), KM_SLEEP);
201 qcn_state->qcn_ring = contig_mem_alloc(RINGSIZE);
202 if (qcn_state->qcn_ring == NULL)
207 contig_mem_free(qcn_state->qcn_ring, RINGSIZE);
208 kmem_free(qcn_state, sizeof (qcn_t));
218 qcn_state->cons_write_buffer =
220 if (qcn_state->cons_write_buffer != NULL) {
221 qcn_state->cons_write_buf_ra =
222 va_to_pa(qcn_state
[all...]

Completed in 68 milliseconds