Symbol: sge_rxq
sys/dev/cxgbe/adapter.h
715
static inline struct sge_rxq *
sys/dev/cxgbe/adapter.h
719
return (__containerof(iq, struct sge_rxq, iq));
sys/dev/cxgbe/adapter.h
916
struct sge_rxq *rxq; /* NIC rx queues */
sys/dev/cxgbe/adapter.h
983
struct sge_rxq *rxq;
sys/dev/cxgbe/crypto/t4_crypto.c
168
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
1049
CTASSERT(offsetof(struct sge_ofld_rxq, iq) == offsetof(struct sge_rxq, iq));
sys/dev/cxgbe/t4_main.c
1050
CTASSERT(offsetof(struct sge_ofld_rxq, fl) == offsetof(struct sge_rxq, fl));
sys/dev/cxgbe/t4_main.c
12940
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
1642
s->rxq = malloc(s->nrxq * sizeof(struct sge_rxq), M_CXGBE,
sys/dev/cxgbe/t4_main.c
2132
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
3202
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
3244
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
6918
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
7212
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
7458
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_main.c
8806
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_sge.c
1153
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_sge.c
1261
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_sge.c
1612
struct sge_rxq *rxq = iq_to_rxq(iq);
sys/dev/cxgbe/t4_sge.c
1973
handle_cpl_rx_pkt(struct adapter *sc, struct sge_rxq *rxq,
sys/dev/cxgbe/t4_sge.c
2094
eth_rx(struct adapter *sc, struct sge_rxq *rxq, const struct iq_desc *d,
sys/dev/cxgbe/t4_sge.c
230
static int eth_rx(struct adapter *, struct sge_rxq *, const struct iq_desc *,
sys/dev/cxgbe/t4_sge.c
2301
struct sge_rxq *rxq;
sys/dev/cxgbe/t4_sge.c
250
static int alloc_rxq(struct vi_info *, struct sge_rxq *, int, int, int);
sys/dev/cxgbe/t4_sge.c
251
static void free_rxq(struct vi_info *, struct sge_rxq *);
sys/dev/cxgbe/t4_sge.c
253
struct sge_rxq *);
sys/dev/cxgbe/t4_sge.c
4021
alloc_rxq(struct vi_info *vi, struct sge_rxq *rxq, int idx, int intr_idx,
sys/dev/cxgbe/t4_sge.c
4103
free_rxq(struct vi_info *vi, struct sge_rxq *rxq)
sys/dev/cxgbe/t4_sge.c
4124
struct sge_rxq *rxq)
sys/dev/cxgbe/t4_vf.c
745
s->rxq = malloc(s->nrxq * sizeof(struct sge_rxq), M_CXGBE,
sys/dev/cxgbe/t4_vf.c
912
struct sge_rxq *rxq;