Symbol: sge_ofld_rxq
sys/dev/cxgbe/adapter.h
755
static inline struct sge_ofld_rxq *
sys/dev/cxgbe/adapter.h
759
return (__containerof(iq, struct sge_ofld_rxq, iq));
sys/dev/cxgbe/adapter.h
918
struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */
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
12456
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_main.c
12947
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_main.c
1614
s->ofld_rxq = malloc(s->nofldrxq * sizeof(struct sge_ofld_rxq),
sys/dev/cxgbe/t4_main.c
2136
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_main.c
6920
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_main.c
7461
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_sge.c
1156
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_sge.c
1267
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_sge.c
2303
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/t4_sge.c
255
static int alloc_ofld_rxq(struct vi_info *, struct sge_ofld_rxq *, int, int,
sys/dev/cxgbe/t4_sge.c
257
static void free_ofld_rxq(struct vi_info *, struct sge_ofld_rxq *);
sys/dev/cxgbe/t4_sge.c
259
struct sge_ofld_rxq *);
sys/dev/cxgbe/t4_sge.c
4152
alloc_ofld_rxq(struct vi_info *vi, struct sge_ofld_rxq *ofld_rxq, int idx,
sys/dev/cxgbe/t4_sge.c
4222
free_ofld_rxq(struct vi_info *vi, struct sge_ofld_rxq *ofld_rxq)
sys/dev/cxgbe/t4_sge.c
4255
struct sge_ofld_rxq *ofld_rxq)
sys/dev/cxgbe/tom/t4_listen.c
487
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/tom/t4_tom.h
223
struct sge_ofld_rxq *ofld_rxq;
sys/dev/cxgbe/tom/t4_tom.h
306
struct sge_ofld_rxq *ofld_rxq;