Symbol: sge_ofld_txq
sys/dev/cxgbe/adapter.h
917
struct sge_ofld_txq *ofld_txq; /* TOE tx queues */
sys/dev/cxgbe/offload.h
89
struct sge_ofld_txq *eo_txq;
sys/dev/cxgbe/t4_main.c
12944
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/t4_main.c
1602
s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_ofld_txq),
sys/dev/cxgbe/t4_main.c
2139
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/t4_main.c
7464
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/t4_sge.c
1159
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/t4_sge.c
1264
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/t4_sge.c
286
static int alloc_ofld_txq(struct vi_info *, struct sge_ofld_txq *, int);
sys/dev/cxgbe/t4_sge.c
287
static void free_ofld_txq(struct vi_info *, struct sge_ofld_txq *);
sys/dev/cxgbe/t4_sge.c
289
struct sge_ofld_txq *);
sys/dev/cxgbe/t4_sge.c
4986
alloc_ofld_txq(struct vi_info *vi, struct sge_ofld_txq *ofld_txq, int idx)
sys/dev/cxgbe/t4_sge.c
5059
free_ofld_txq(struct vi_info *vi, struct sge_ofld_txq *ofld_txq)
sys/dev/cxgbe/t4_sge.c
5090
struct sge_ofld_txq *ofld_txq)
sys/dev/cxgbe/tom/t4_cpl_io.c
1832
send_abort_rpl(struct adapter *sc, struct sge_ofld_txq *ofld_txq, int tid,
sys/dev/cxgbe/tom/t4_cpl_io.c
1878
struct sge_ofld_txq *ofld_txq = toep->ofld_txq;
sys/dev/cxgbe/tom/t4_listen.c
1032
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/tom/t4_listen.c
486
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/tom/t4_tom.c
1453
struct sge_ofld_txq *ofld_txq = &sc->sge.ofld_txq[cp->txq_idx];
sys/dev/cxgbe/tom/t4_tom.h
222
struct sge_ofld_txq *ofld_txq;
sys/dev/cxgbe/tom/t4_tom.h
522
void send_abort_rpl(struct adapter *, struct sge_ofld_txq *, int , int);