Searched refs:alloc_wrqe (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/tom/ |
| D | t4_cpl_io.c | 125 wr = alloc_wrqe(roundup2(flowclen, 16), toep->ofld_txq); in send_flowc_wr() 211 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq); in send_reset() 366 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_credits() 429 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq); in close_conn() 715 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames() 735 wr = alloc_wrqe(roundup2(wr_len, 16), toep->ofld_txq); in t4_push_frames() 912 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_pdus() 931 wr = alloc_wrqe(roundup2(wr_len, 16), toep->ofld_txq); in t4_push_pdus() 1248 wr = alloc_wrqe(sizeof(*cpl), ofld_txq); in send_abort_rpl() 1767 wr = alloc_wrqe(sizeof(*req), wrq); in t4_set_tcb_field()
|
| D | t4_listen.c | 379 wr = alloc_wrqe(roundup2(flowclen, EQ_ESIZE) + sizeof(*req), ofld_txq); in send_reset_synqe() 423 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server() 451 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server6() 480 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in destroy_server() 1350 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in do_pass_accept_req()
|
| D | t4_ddp.c | 277 wr = alloc_wrqe(len, toep->ctrlq); in mk_update_tcb_for_ddp() 839 wr = alloc_wrqe(len, wrq); in t4_write_page_pods_for_db() 917 wr = alloc_wrqe(len, wrq); in t4_write_page_pods_for_buf()
|
| D | t4_connect.c | 371 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
|
| D | t4_tom.c | 475 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
|
| /freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | cq.c | 63 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in destroy_cq() 133 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in create_cq()
|
| D | qp.c | 200 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in create_qp() 974 wr = alloc_wrqe(sizeof(*wqe), toep->ofld_txq); in post_terminate() 1085 wr = alloc_wrqe(sizeof(*wqe), toep->ofld_txq); in rdma_fini() 1179 wr = alloc_wrqe(sizeof(*wqe), toep->ofld_txq); in rdma_init()
|
| D | mem.c | 86 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in write_adapter_mem()
|
| /freebsd-10-stable/sys/dev/cxgbe/ |
| D | adapter.h | 1198 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
|
| D | t4_sge.c | 2297 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()
|