Symbol: sge_wrq
sys/dev/cxgbe/adapter.h
1466
void release_tid(struct adapter *, int, struct sge_wrq *);
sys/dev/cxgbe/adapter.h
1560
void t4_wrq_tx_locked(struct adapter *, struct sge_wrq *, struct wrqe *);
sys/dev/cxgbe/adapter.h
1564
void *start_wrq_wr(struct sge_wrq *, int, struct wrq_cookie *);
sys/dev/cxgbe/adapter.h
1565
void commit_wrq_wr(struct sge_wrq *, void *, struct wrq_cookie *);
sys/dev/cxgbe/adapter.h
1640
alloc_wrqe(int wr_len, struct sge_wrq *wrq)
sys/dev/cxgbe/adapter.h
1668
struct sge_wrq *wrq = wr->wrq;
sys/dev/cxgbe/adapter.h
765
struct sge_wrq *wrq;
sys/dev/cxgbe/adapter.h
814
struct sge_wrq wrq;
sys/dev/cxgbe/adapter.h
915
struct sge_wrq *ctrlq; /* Control queues */
sys/dev/cxgbe/crypto/t4_crypto.c
167
struct sge_wrq *txq;
sys/dev/cxgbe/crypto/t6_kern_tls.c
96
struct sge_wrq *ctrlq;
sys/dev/cxgbe/t4_l2t.c
172
struct sge_wrq *wrq;
sys/dev/cxgbe/t4_l2t.c
231
e->wrq == (struct sge_wrq *)txq &&
sys/dev/cxgbe/t4_l2t.c
268
e->wrq = (struct sge_wrq *)txq;
sys/dev/cxgbe/t4_l2t.h
64
struct sge_wrq *wrq; /* queue to use for write_l2e */
sys/dev/cxgbe/t4_main.c
12980
struct sge_wrq *wrq;
sys/dev/cxgbe/t4_main.c
1640
s->ctrlq = malloc(s->nctrlq * sizeof(struct sge_wrq), M_CXGBE,
sys/dev/cxgbe/t4_main.c
2134
struct sge_wrq *wrq;
sys/dev/cxgbe/t4_main.c
4356
release_tid(struct adapter *sc, int tid, struct sge_wrq *ctrlq)
sys/dev/cxgbe/t4_main.c
7431
quiesce_wrq(struct sge_wrq *wrq)
sys/dev/cxgbe/t4_main.c
831
static void quiesce_wrq(struct sge_wrq *);
sys/dev/cxgbe/t4_sge.c
2185
struct sge_wrq *wrq = arg;
sys/dev/cxgbe/t4_sge.c
2195
drain_wrq_wr_list(struct adapter *sc, struct sge_wrq *wrq)
sys/dev/cxgbe/t4_sge.c
2272
t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, struct wrqe *wr)
sys/dev/cxgbe/t4_sge.c
276
static int alloc_wrq(struct adapter *, struct vi_info *, struct sge_wrq *,
sys/dev/cxgbe/t4_sge.c
278
static void free_wrq(struct adapter *, struct sge_wrq *);
sys/dev/cxgbe/t4_sge.c
280
struct sge_wrq *);
sys/dev/cxgbe/t4_sge.c
2962
start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie)
sys/dev/cxgbe/t4_sge.c
3020
commit_wrq_wr(struct sge_wrq *wrq, void *w, struct wrq_cookie *cookie)
sys/dev/cxgbe/t4_sge.c
330
static void drain_wrq_wr_list(struct adapter *, struct sge_wrq *);
sys/dev/cxgbe/t4_sge.c
3896
struct sge_wrq *ctrlq = &sc->sge.ctrlq[idx];
sys/dev/cxgbe/t4_sge.c
3943
struct sge_wrq *ctrlq = &sc->sge.ctrlq[idx];
sys/dev/cxgbe/t4_sge.c
4684
alloc_wrq(struct adapter *sc, struct vi_info *vi, struct sge_wrq *wrq,
sys/dev/cxgbe/t4_sge.c
4710
free_wrq(struct adapter *sc, struct sge_wrq *wrq)
sys/dev/cxgbe/t4_sge.c
4722
struct sge_wrq *wrq)
sys/dev/cxgbe/t4_sge.c
6543
struct sge_wrq *wrq = (void *)eq;
sys/dev/cxgbe/t4_smt.c
112
struct sge_wrq *wrq;
sys/dev/cxgbe/t4_smt.h
50
struct sge_wrq *wrq; /* queue to use for write_sme */
sys/dev/cxgbe/tom/t4_cpl_io.c
2311
t4_set_tcb_field(struct adapter *sc, struct sge_wrq *wrq, struct toepcb *toep,
sys/dev/cxgbe/tom/t4_ddp.c
1618
t4_write_page_pods_for_ps(struct adapter *sc, struct sge_wrq *wrq, int tid,
sys/dev/cxgbe/tom/t4_ddp.c
1700
t4_write_page_pods_for_rcvbuf(struct adapter *sc, struct sge_wrq *wrq, int tid,
sys/dev/cxgbe/tom/t4_ddp.c
87
struct sge_wrq *wrq, int tid, struct ddp_rcv_buffer *drb);
sys/dev/cxgbe/tom/t4_tom.h
224
struct sge_wrq *ctrlq;
sys/dev/cxgbe/tom/t4_tom.h
305
struct sge_wrq *ctrlq;
sys/dev/cxgbe/tom/t4_tom.h
533
void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *,
sys/dev/cxgbe/tom/t4_tom.h
552
int t4_write_page_pods_for_ps(struct adapter *, struct sge_wrq *, int,