Searched refs:wrqe (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/tom/ |
| 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()
|
| D | t4_tom_l2t.c | 144 arpq_enqueue(struct l2t_entry *e, struct wrqe *wr) in arpq_enqueue() 154 struct wrqe *wr; in send_pending() 264 t4_l2t_send_slow(struct adapter *sc, struct wrqe *wr, struct l2t_entry *e) in t4_l2t_send_slow()
|
| D | t4_cpl_io.c | 111 struct wrqe *wr; in send_flowc_wr() 187 struct wrqe *wr; in send_reset() 360 struct wrqe *wr; in send_rx_credits() 416 struct wrqe *wr; in close_conn() 595 struct wrqe *wr; in t4_push_frames() 825 struct wrqe *wr; in t4_push_pdus() 1245 struct wrqe *wr; in send_abort_rpl() 1761 struct wrqe *wr; in t4_set_tcb_field()
|
| D | t4_listen.c | 353 struct wrqe *wr; in send_reset_synqe() 419 struct wrqe *wr; in create_server() 447 struct wrqe *wr; in create_server6() 477 struct wrqe *wr; in destroy_server() 675 struct wrqe *wr; in t4_syncache_respond() 681 wr = (struct wrqe *)atomic_readandclear_ptr(&synqe->wr); in t4_syncache_respond() 1226 struct wrqe *wr; in do_pass_accept_req()
|
| D | t4_ddp.c | 253 static struct wrqe * 258 struct wrqe *wr; in mk_update_tcb_for_ddp() 813 struct wrqe *wr; in t4_write_page_pods_for_db() 889 struct wrqe *wr; in t4_write_page_pods_for_buf() 1065 struct wrqe *wr; in handle_ddp()
|
| D | t4_tom.c | 472 struct wrqe *wr; in release_tid() 986 STAILQ_HEAD(, wrqe) twr_list = STAILQ_HEAD_INITIALIZER(twr_list); in reclaim_wr_resources() 989 struct wrqe *wr; in reclaim_wr_resources() 993 STAILQ_SWAP(&td->unsent_wr_list, &twr_list, wrqe); in reclaim_wr_resources()
|
| D | t4_tom.h | 237 STAILQ_HEAD(, wrqe) unsent_wr_list;
|
| D | t4_connect.c | 334 struct wrqe *wr = NULL; in t4_connect()
|
| /freebsd-10-stable/sys/dev/cxgbe/ |
| D | adapter.h | 595 struct wrqe { struct 596 STAILQ_ENTRY(wrqe) link; 622 STAILQ_HEAD(, wrqe) wr_list; argument 1168 void t4_wrq_tx_locked(struct adapter *, struct sge_wrq *, struct wrqe *); 1197 static inline struct wrqe * 1200 int len = offsetof(struct wrqe, wr) + wr_len; in alloc_wrqe() 1201 struct wrqe *wr; in alloc_wrqe() 1212 wrtod(struct wrqe *wr) in wrtod() 1218 free_wrqe(struct wrqe *wr) in free_wrqe() 1224 t4_wrq_tx(struct adapter *sc, struct wrqe *wr) in t4_wrq_tx()
|
| D | t4_l2t.h | 71 STAILQ_HEAD(, wrqe) wr_list; /* list of WRs awaiting resolution */
|
| D | t4_sge.c | 1886 struct wrqe *wr; in drain_wrq_wr_list() 1957 t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, struct wrqe *wr) in t4_wrq_tx_locked() 2282 struct wrqe *wr; in start_wrq_wr() 2339 struct wrqe *wr = __containerof(w, struct wrqe, wr); in commit_wrq_wr()
|
| /freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | cq.c | 60 struct wrqe *wr; in destroy_cq() 102 struct wrqe *wr; in create_cq()
|
| D | qp.c | 134 struct wrqe *wr; in create_qp() 965 struct wrqe *wr; in post_terminate() 1074 struct wrqe *wr; in rdma_fini() 1167 struct wrqe *wr; in rdma_init()
|
| D | mem.c | 67 struct wrqe *wr; in write_adapter_mem()
|