Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/tom/
HDt4_cpl_io.c117 wr = alloc_wrqe(roundup2(flowclen, 16), toep->ofld_txq); in send_flowc_wr()
203 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq); in send_reset()
358 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_credits()
425 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq); in close_conn()
721 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()
741 wr = alloc_wrqe(roundup2(wr_len, 16), toep->ofld_txq); in t4_push_frames()
896 wr = alloc_wrqe(roundup(sizeof(*txwr) + plen, 16), in t4_ulp_push_frames()
914 wr = alloc_wrqe(roundup(wr_len, 16), toep->ofld_txq); in t4_ulp_push_frames()
1236 wr = alloc_wrqe(sizeof(*cpl), ofld_txq); in send_abort_rpl()
1804 wr = alloc_wrqe(sizeof(*req), ctrl ? toep->ctrlq : toep->ofld_txq); in t4_set_tcb_field()
HDt4_listen.c377 wr = alloc_wrqe(roundup2(flowclen, EQ_ESIZE) + sizeof(*req), ofld_txq); in send_reset_synqe()
421 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server()
449 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server6()
478 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in destroy_server()
1308 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in do_pass_accept_req()
HDt4_connect.c359 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
HDt4_ddp.c317 wr = alloc_wrqe(len, toep->ctrlq); in mk_update_tcb_for_ddp()
738 wr = alloc_wrqe(len, toep->ctrlq); in write_page_pods()
HDt4_tom.c427 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
/trueos/sys/dev/cxgbe/iw_cxgbe/
HDcq.c63 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in destroy_cq()
133 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in create_cq()
HDqp.c201 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in create_qp()
911 wr = alloc_wrqe(sizeof(*wqe), toep->ofld_txq); in post_terminate()
1018 wr = alloc_wrqe(sizeof(*wqe), toep->ofld_txq); in rdma_fini()
1103 wr = alloc_wrqe(sizeof(*wqe), toep->ofld_txq); in rdma_init()
HDmem.c77 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in write_adapter_mem()
/trueos/sys/dev/cxgbe/
HDadapter.h1039 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
HDt4_sge.c2230 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()