Searched refs:sge_wrq (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 346 struct sge_wrq { struct 377 struct sge_wrq mgmtq; /* Management queue (Control queue) */ argument 381 struct sge_wrq *ctrlq; /* Control queues */ 382 struct sge_wrq *ofld_txq; /* TOE tx queues */ 582 int t4_wrq_tx(struct adapter *sc, struct sge_wrq *wrq, mblk_t *m); 606 int t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, mblk_t *m0);
|
H A D | adapter.c | 114 t4_wrq_tx(struct adapter *sc, struct sge_wrq *wrq, mblk_t *m) in t4_wrq_tx()
|
H A D | t4_sge.c | 106 struct sge_wrq *wrq, int idx); 107 static int free_wrq(struct adapter *sc, struct sge_wrq *wrq); 432 struct sge_wrq *ctrlq; in t4_setup_port_queues() 434 struct sge_wrq *ofld_txq; in t4_setup_port_queues() 577 struct sge_wrq *ofld_txq; in t4_teardown_port_queues() 815 t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, mblk_t *m0) in t4_wrq_tx_locked() 1315 struct sge_wrq *mgmtq = &sc->sge.mgmtq; in alloc_mgmtq() 1619 alloc_wrq(struct adapter *sc, struct port_info *pi, struct sge_wrq *wrq, in alloc_wrq() 1641 free_wrq(struct adapter *sc, struct sge_wrq *wrq) in free_wrq()
|
H A D | t4_nexus.c | 500 sizeof (struct sge_wrq), KM_SLEEP); in t4_devo_attach() 502 sizeof (struct sge_wrq), KM_SLEEP); in t4_devo_attach() 722 kmem_free(s->ofld_txq, s->nofldtxq * sizeof (struct sge_wrq)); in t4_devo_detach() 728 sc->params.nports * sizeof (struct sge_wrq)); in t4_devo_detach()
|