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 | 92 static inline void init_eq(struct adapter *sc, struct sge_eq *eq, 103 static int ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq); 105 struct sge_eq *eq); 107 struct sge_eq *eq); 108 static int free_eq(struct adapter *sc, struct sge_eq *eq); 148 static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, 150 static inline void ring_tx_db(struct adapter *sc, struct sge_eq *eq); 177 reclaimable(struct sge_eq *eq) in reclaimable() 918 struct sge_eq *eq = &txq->eq; in t4_eth_tx() 1063 init_eq(struct adapter *sc, struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, in init_eq() [all …]
|
H A D | adapter.h | 248 struct sge_eq { struct 310 struct sge_eq eq; /* MUST be first */ 405 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
|
H A D | t4_nexus.c | 592 kmem_zalloc(s->eqmap_sz * sizeof (struct sge_eq *), KM_SLEEP); in t4_devo_attach() 790 kmem_free(s->eqmap, s->eqmap_sz * sizeof (struct sge_eq *)); in t4_devo_detach()
|