Searched refs:sge_wrq (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 709 struct sge_wrq *wrq; 724 struct sge_wrq { struct 758 struct sge_wrq wrq; argument 845 struct sge_wrq *ctrlq; /* Control queues */ 1391 void release_tid(struct adapter *, int, struct sge_wrq *); 1477 void t4_wrq_tx_locked(struct adapter *, struct sge_wrq *, struct wrqe *); 1481 void *start_wrq_wr(struct sge_wrq *, int, struct wrq_cookie *); 1482 void commit_wrq_wr(struct sge_wrq *, void *, struct wrq_cookie *); 1536 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() 1564 struct sge_wrq *wrq = wr->wrq; in t4_wrq_tx()
|
H A D | t4_smt.h | 50 struct sge_wrq *wrq; /* queue to use for write_sme */
|
H A D | t4_l2t.c | 172 struct sge_wrq *wrq; in t4_write_l2e() 231 e->wrq == (struct sge_wrq *)txq && in t4_l2t_alloc_tls() 268 e->wrq = (struct sge_wrq *)txq; in t4_l2t_alloc_tls()
|
H A D | t4_l2t.h | 64 struct sge_wrq *wrq; /* queue to use for write_l2e */
|
H A D | t4_smt.c | 112 struct sge_wrq *wrq; in t4_write_sme()
|
H A D | t4_sge.c | 274 static int alloc_wrq(struct adapter *, struct vi_info *, struct sge_wrq *, 276 static void free_wrq(struct adapter *, struct sge_wrq *); 278 struct sge_wrq *); 328 static void drain_wrq_wr_list(struct adapter *, struct sge_wrq *); 2139 struct sge_wrq *wrq = arg; in wrq_tx_drain() 2149 drain_wrq_wr_list(struct adapter *sc, struct sge_wrq *wrq) in drain_wrq_wr_list() 2226 t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, struct wrqe *wr) in t4_wrq_tx_locked() 2911 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) in start_wrq_wr() 2969 commit_wrq_wr(struct sge_wrq *wrq, void *w, struct wrq_cookie *cookie) in commit_wrq_wr() 3835 struct sge_wrq *ctrlq = &sc->sge.ctrlq[idx]; in alloc_ctrlq() [all …]
|
H A D | t4_main.c | 780 static void quiesce_wrq(struct sge_wrq *); 1524 s->ctrlq = malloc(nports * sizeof(struct sge_wrq), M_CXGBE, in t4_attach() 2016 struct sge_wrq *wrq; in stop_lld() 4192 release_tid(struct adapter *sc, int tid, struct sge_wrq *ctrlq) in release_tid() 7187 quiesce_wrq(struct sge_wrq *wrq) in quiesce_wrq() 12034 struct sge_wrq *wrq; in clear_stats()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.h | 220 struct sge_wrq *ctrlq; 301 struct sge_wrq *ctrlq; 526 void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *, 541 int t4_write_page_pods_for_ps(struct adapter *, struct sge_wrq *, int,
|
H A D | t4_ddp.c | 87 struct sge_wrq *wrq, int tid, struct ddp_rcv_buffer *drb); 1620 t4_write_page_pods_for_ps(struct adapter *sc, struct sge_wrq *wrq, int tid, in t4_write_page_pods_for_ps() 1699 t4_write_page_pods_for_rcvbuf(struct adapter *sc, struct sge_wrq *wrq, int tid, in t4_write_page_pods_for_rcvbuf()
|
H A D | t4_cpl_io.c | 1944 t4_set_tcb_field(struct adapter *sc, struct sge_wrq *wrq, struct toepcb *toep, in t4_set_tcb_field()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 96 struct sge_wrq *ctrlq;
|
H A D | t4_crypto.c | 167 struct sge_wrq *txq;
|