Searched refs:sge_eq (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 78 static inline void init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, 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); 147 static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, 149 static inline void ring_tx_db(struct adapter *sc, struct sge_eq *eq); 168 reclaimable(struct sge_eq *eq) in reclaimable() 817 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked() [all …]
|
H A D | adapter.h | 212 struct sge_eq { struct 270 struct sge_eq eq; /* MUST be first */ 347 struct sge_eq eq; /* MUST be first */ 389 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
|
H A D | t4_nexus.c | 509 s->eqmap = kmem_zalloc(s->neq * sizeof (struct sge_eq *), KM_SLEEP); in t4_devo_attach() 735 kmem_free(s->eqmap, s->neq * sizeof (struct sge_eq *)); in t4_devo_detach()
|