Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c432 struct sge_wrq *ctrlq; in t4_setup_port_queues() local
553 ctrlq = &sc->sge.ctrlq[pi->port_id]; in t4_setup_port_queues()
555 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid); in t4_setup_port_queues()
556 rc = alloc_wrq(sc, pi, ctrlq, 0); in t4_setup_port_queues()
589 (void) free_wrq(sc, &sc->sge.ctrlq[pi->port_id]); in t4_teardown_port_queues()
H A Dadapter.h381 struct sge_wrq *ctrlq; /* Control queues */ member
H A Dt4_nexus.c501 s->ctrlq = kmem_zalloc(sc->params.nports * in t4_devo_attach()
726 if (s->ctrlq != NULL) in t4_devo_detach()
727 kmem_free(s->ctrlq, in t4_devo_detach()