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.c76 static inline void init_eq(struct adapter *sc, struct sge_eq *eq,
95 static int ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq);
97 struct sge_eq *eq);
100 struct sge_eq *eq);
103 struct sge_eq *eq);
104 static int free_eq(struct adapter *sc, struct sge_eq *eq);
149 static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to,
151 static inline void ring_tx_db(struct adapter *sc, struct sge_eq *eq);
172 reclaimable(struct sge_eq *eq) in reclaimable()
1012 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked()
[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()