Home
last modified time | relevance | path

Searched refs:alloc_wrqe (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c125 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()
Dt4_listen.c379 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()
Dt4_ddp.c277 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()
Dt4_connect.c371 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
Dt4_tom.c475 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dcq.c63 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in destroy_cq()
133 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in create_cq()
Dqp.c200 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()
Dmem.c86 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in write_adapter_mem()
/freebsd-10-stable/sys/dev/cxgbe/
Dadapter.h1198 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
Dt4_sge.c2297 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()