/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom_l2t.h | 35 int t4_l2t_send_slow(struct adapter *, struct wrqe *, struct l2t_entry *); 44 t4_l2t_send(struct adapter *sc, struct wrqe *wr, struct l2t_entry *e) in t4_l2t_send()
|
H A D | t4_tom_l2t.c | 147 arpq_enqueue(struct l2t_entry *e, struct wrqe *wr) in arpq_enqueue() 157 struct wrqe *wr; in send_pending() 266 t4_l2t_send_slow(struct adapter *sc, struct wrqe *wr, struct l2t_entry *e) in t4_l2t_send_slow()
|
H A D | t4_cpl_io.c | 83 struct wrqe *wr; in send_flowc_wr() 188 struct wrqe *wr; in update_tx_rate_limit() 238 struct wrqe *wr; in send_reset() 393 struct wrqe *wr; in send_rx_credits() 453 struct wrqe *wr; in t4_close_conn() 641 struct wrqe *wr; in t4_push_frames() 959 static struct wrqe * 966 struct wrqe *wr; in write_iscsi_mbuf_wr() 1123 struct wrqe *wr; in t4_push_pdus() 1496 struct wrqe *wr; in send_abort_rpl() [all …]
|
H A D | t4_listen.c | 484 struct wrqe *wr; in send_flowc_wr_synqe() 531 struct wrqe *wr; in send_abort_rpl_synqe() 565 struct wrqe *wr; in create_server() 593 struct wrqe *wr; in create_server6() 623 struct wrqe *wr; in destroy_server() 1281 struct wrqe *wr; in send_synack()
|
H A D | t4_ddp.c | 574 static struct wrqe * 579 struct wrqe *wr; in mk_update_tcb_for_ddp() 767 struct wrqe *wr; in queue_ddp_rcvbuf() 1228 struct wrqe *wr; in set_ddp_ulp_mode() 1623 struct wrqe *wr; in t4_write_page_pods_for_ps() 1702 struct wrqe *wr; in t4_write_page_pods_for_rcvbuf() 2331 struct wrqe *wr; in aio_ddp_requeue()
|
H A D | t4_tls.c | 157 struct wrqe *wr; in tls_program_key_id() 489 struct wrqe *wr; in t4_push_ktls() 1085 struct wrqe *wr; in mk_set_tcb_field_ulp()
|
H A D | t4_connect.c | 246 struct wrqe *wr = NULL; in t4_connect()
|
H A D | t4_tom.h | 357 STAILQ_HEAD(, wrqe) unsent_wr_list;
|
H A D | t4_tom.c | 1740 STAILQ_HEAD(, wrqe) twr_list = STAILQ_HEAD_INITIALIZER(twr_list); in reclaim_wr_resources() 1743 struct wrqe *wr; in reclaim_wr_resources() 1747 STAILQ_SWAP(&td->unsent_wr_list, &twr_list, wrqe); in reclaim_wr_resources() 2112 struct wrqe *wr; in stop_tom_l2t()
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 707 struct wrqe { struct 708 STAILQ_ENTRY(wrqe) link; 734 STAILQ_HEAD(, wrqe) wr_list; argument 1477 void t4_wrq_tx_locked(struct adapter *, struct sge_wrq *, struct wrqe *); 1535 static inline struct wrqe * 1538 int len = offsetof(struct wrqe, wr) + wr_len; in alloc_wrqe() 1539 struct wrqe *wr; in alloc_wrqe() 1550 wrtod(struct wrqe *wr) in wrtod() 1556 free_wrqe(struct wrqe *wr) in free_wrqe() 1562 t4_wrq_tx(struct adapter *sc, struct wrqe *wr) in t4_wrq_tx()
|
H A D | t4_l2t.h | 69 STAILQ_HEAD(, wrqe) wr_list; /* list of WRs awaiting resolution */
|
H A D | t4_sge.c | 2154 struct wrqe *wr; 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() 2916 struct wrqe *wr; in start_wrq_wr() 2977 struct wrqe *wr = __containerof(w, struct wrqe, wr); in commit_wrq_wr()
|
H A D | t4_main.c | 4194 struct wrqe *wr; in release_tid() 7189 struct wrqe *wr; in quiesce_wrq()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | mem.c | 67 struct wrqe *wr; in _c4iw_write_mem_dma_aligned() 116 struct wrqe *wr; in _c4iw_write_mem_inline()
|
H A D | cq.c | 61 struct wrqe *wr; in destroy_cq() 106 struct wrqe *wr; in create_cq()
|
H A D | qp.c | 138 struct wrqe *wr; in create_qp() 1124 struct wrqe *wr; in post_terminate() 1254 struct wrqe *wr; in rdma_fini() 1347 struct wrqe *wr; in rdma_init()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 479 struct wrqe *wr; in ccr_hash() 624 struct wrqe *wr; in ccr_cipher() 816 struct wrqe *wr; in ccr_eta() 1121 struct wrqe *wr; in ccr_gcm() 1451 struct wrqe *wr; in ccr_ccm()
|
H A D | t6_kern_tls.c | 218 struct wrqe *wr; in send_ktls_act_open_req()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | icl_cxgbei.c | 1032 struct wrqe *wr; in send_iscsi_flowc_wr()
|