Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c97 struct sge_eq *eq);
100 struct sge_eq *eq);
103 struct sge_eq *eq);
172 reclaimable(struct sge_eq *eq) in reclaimable()
1012 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked()
1130 struct sge_eq *eq = &txq->eq; in t4_eth_tx()
1943 struct sge_eq *eq = &txq->eq; in alloc_txq()
1990 struct sge_eq *eq = &txq->eq; in free_txq()
2745 struct sge_eq *eq = &txq->eq; in add_to_txpkts()
2820 struct sge_eq *eq = &txq->eq; in write_txpkts_wr()
[all …]
H A Dadapter.h240 struct sge_eq { struct
302 struct sge_eq eq; /* MUST be first */
387 struct sge_eq eq; /* MUST be first */
437 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
H A Dt4_nexus.c630 s->eqmap = kmem_zalloc(s->eqmap_sz * sizeof (struct sge_eq *), KM_SLEEP); in t4_devo_attach()
889 kmem_free(s->eqmap, s->eqmap_sz * sizeof (struct sge_eq *)); in t4_devo_detach()