Searched refs:sge_eq (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 77 static inline void init_eq(struct adapter *sc, struct sge_eq *eq, 96 static int ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq); 98 struct sge_eq *eq); 101 struct sge_eq *eq); 104 struct sge_eq *eq); 105 static int free_eq(struct adapter *sc, struct sge_eq *eq); 150 static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, 152 static inline void ring_tx_db(struct adapter *sc, struct sge_eq *eq); 173 reclaimable(struct sge_eq *eq) in reclaimable() 1013 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked() [all …]
|
H A D | adapter.h | 240 struct sge_eq { struct 302 struct sge_eq eq; /* MUST be first */ 388 struct sge_eq eq; /* MUST be first */ 438 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
|
H A D | t4_nexus.c | 630 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()
|