Symbol: sge_eq
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
306
struct sge_eq eq; /* MUST be first */
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
404
struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
678
void t4_eq_update_dbq_timer(struct sge_eq *, struct port_info *);
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
2082
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
454
kmem_zalloc(s->eqmap_sz * sizeof (struct sge_eq *), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
671
kmem_free(s->eqmap, s->eqmap_sz * sizeof (struct sge_eq *));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
101
struct sge_eq *eq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
102
static int free_eq(struct adapter *sc, struct sge_eq *eq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1261
*t4_eqmap_slot(sc, fl->cntxt_id) = (struct sge_eq *)fl;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1420
eth_eq_alloc(struct adapter *sc, struct port_info *pi, struct sge_eq *eq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
143
static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1495
alloc_eq(struct adapter *sc, struct port_info *pi, struct sge_eq *eq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1543
free_eq(struct adapter *sc, struct sge_eq *eq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1574
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1622
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
184
static inline struct sge_eq **
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
193
reclaimable(struct sge_eq *eq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2375
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2454
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2476
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2624
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2778
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2897
copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2916
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3014
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3253
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
577
t4_eq_update_dbq_timer(struct sge_eq *eq, struct port_info *pi)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
971
struct sge_eq *eq = &txq->eq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
99
struct sge_eq *eq);