Symbol: sge_eq
sys/dev/cxgbe/adapter.h
1379
tx_resume_threshold(struct sge_eq *eq)
sys/dev/cxgbe/adapter.h
635
struct sge_eq eq; /* MUST be first */
sys/dev/cxgbe/adapter.h
780
struct sge_eq eq; /* MUST be first */
sys/dev/cxgbe/adapter.h
929
struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
sys/dev/cxgbe/crypto/t6_kern_tls.c
1085
copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len)
sys/dev/cxgbe/crypto/t6_kern_tls.c
1318
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/crypto/t6_kern_tls.c
1953
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1124
copy_to_txd(struct sge_eq *eq, const char *from, caddr_t *to, int len)
sys/dev/cxgbe/crypto/t7_kern_tls.c
1246
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/crypto/t7_kern_tls.c
2023
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_main.c
1648
s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE,
sys/dev/cxgbe/t4_main.c
7355
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
2186
struct sge_eq *eq = &wrq->eq;
sys/dev/cxgbe/t4_sge.c
2197
struct sge_eq *eq = &wrq->eq;
sys/dev/cxgbe/t4_sge.c
2275
struct sge_eq *eq = &wrq->eq;
sys/dev/cxgbe/t4_sge.c
235
static inline void init_eq(struct adapter *, struct sge_eq *, int, int, uint8_t,
sys/dev/cxgbe/t4_sge.c
261
static int ctrl_eq_alloc(struct adapter *, struct sge_eq *, int);
sys/dev/cxgbe/t4_sge.c
262
static int eth_eq_alloc(struct adapter *, struct vi_info *, struct sge_eq *,
sys/dev/cxgbe/t4_sge.c
265
static int ofld_eq_alloc(struct adapter *, struct vi_info *, struct sge_eq *,
sys/dev/cxgbe/t4_sge.c
268
static int alloc_eq(struct adapter *, struct sge_eq *, struct sysctl_ctx_list *,
sys/dev/cxgbe/t4_sge.c
270
static void free_eq(struct adapter *, struct sge_eq *);
sys/dev/cxgbe/t4_sge.c
272
struct sysctl_oid *, struct sge_eq *);
sys/dev/cxgbe/t4_sge.c
273
static int alloc_eq_hwq(struct adapter *, struct vi_info *, struct sge_eq *,
sys/dev/cxgbe/t4_sge.c
275
static int free_eq_hwq(struct adapter *, struct vi_info *, struct sge_eq *);
sys/dev/cxgbe/t4_sge.c
2964
struct sge_eq *eq = &wrq->eq;
sys/dev/cxgbe/t4_sge.c
3022
struct sge_eq *eq = &wrq->eq;
sys/dev/cxgbe/t4_sge.c
3104
struct sge_eq *eq = r->cookie;
sys/dev/cxgbe/t4_sge.c
3118
discard_tx(struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
3146
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
316
static inline void copy_to_txd(struct sge_eq *, caddr_t, caddr_t *, int);
sys/dev/cxgbe/t4_sge.c
317
static inline void ring_eq_db(struct adapter *, struct sge_eq *, u_int);
sys/dev/cxgbe/t4_sge.c
318
static inline uint16_t read_hw_cidx(struct sge_eq *);
sys/dev/cxgbe/t4_sge.c
3188
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
319
static inline u_int reclaimable_tx_desc(struct sge_eq *);
sys/dev/cxgbe/t4_sge.c
320
static inline u_int total_available_tx_desc(struct sge_eq *);
sys/dev/cxgbe/t4_sge.c
3454
init_eq(struct adapter *sc, struct sge_eq *eq, int eqtype, int qsize,
sys/dev/cxgbe/t4_sge.c
4373
ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq, int idx)
sys/dev/cxgbe/t4_sge.c
4420
eth_eq_alloc(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq, int idx)
sys/dev/cxgbe/t4_sge.c
4481
ofld_eq_alloc(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq,
sys/dev/cxgbe/t4_sge.c
4534
alloc_eq(struct adapter *sc, struct sge_eq *eq, struct sysctl_ctx_list *ctx,
sys/dev/cxgbe/t4_sge.c
4557
free_eq(struct adapter *sc, struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
4570
struct sysctl_oid *oid, struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
4592
alloc_eq_hwq(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq, int idx)
sys/dev/cxgbe/t4_sge.c
4653
free_eq_hwq(struct adapter *sc, struct vi_info *vi __unused, struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
4687
struct sge_eq *eq = &wrq->eq;
sys/dev/cxgbe/t4_sge.c
4747
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
4840
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
4991
struct sge_eq *eq = &ofld_txq->wrq.eq;
sys/dev/cxgbe/t4_sge.c
5062
struct sge_eq *eq = &ofld_txq->wrq.eq;
sys/dev/cxgbe/t4_sge.c
5637
struct sge_eq *eq;
sys/dev/cxgbe/t4_sge.c
5736
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
5770
struct sge_eq *eq;
sys/dev/cxgbe/t4_sge.c
6035
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
6146
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
6230
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
6301
copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len)
sys/dev/cxgbe/t4_sge.c
6323
ring_eq_db(struct adapter *sc, struct sge_eq *eq, u_int n)
sys/dev/cxgbe/t4_sge.c
6377
reclaimable_tx_desc(struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
6386
total_available_tx_desc(struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
6400
read_hw_cidx(struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
6415
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
6455
struct sge_eq *eq = &txq->eq;
sys/dev/cxgbe/t4_sge.c
6541
handle_wrq_egr_update(struct adapter *sc, struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
6550
handle_eth_egr_update(struct adapter *sc, struct sge_eq *eq)
sys/dev/cxgbe/t4_sge.c
6571
struct sge_eq *eq;
sys/dev/cxgbe/t4_sge.c
6572
static void (*h[])(struct adapter *, struct sge_eq *) = {NULL,
sys/dev/cxgbe/t4_vf.c
751
s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE,