Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c108 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_flowc_wr()
201 (wr = alloc_wrqe(roundup2(flowclen, 16), in update_tx_rate_limit()
268 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in send_reset()
405 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_credits()
472 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in t4_close_conn()
713 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq); in t4_push_raw_wr()
943 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()
963 wr = alloc_wrqe(roundup2(wr_len, 16), in t4_push_frames()
1127 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
1209 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
[all …]
H A Dt4_listen.c498 wr = alloc_wrqe(roundup2(flowclen, 16), &ofld_txq->wrq); in send_flowc_wr_synqe()
548 wr = alloc_wrqe(sizeof(*req), in send_abort_rpl_synqe()
570 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server()
598 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server6()
627 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in destroy_server()
1286 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in send_synack()
H A Dt4_connect.c315 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
H A Dt4_ddp.c598 wr = alloc_wrqe(wrlen, toep->ctrlq); in mk_update_tcb_for_ddp()
1253 wr = alloc_wrqe(len, toep->ctrlq); in set_ddp_ulp_mode()
1651 wr = alloc_wrqe(len, wrq); in t4_write_page_pods_for_ps()
1736 wr = alloc_wrqe(len, wrq); in t4_write_page_pods_for_rcvbuf()
H A Dt4_tls.c671 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in t4_push_ktls()
H A Dt4_tom.c2333 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_txdataplen_max_flowc_wr()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c71 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in _c4iw_write_mem_dma_aligned()
101 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in _c4iw_write_mem_dma_aligned()
H A Dcq.c64 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in destroy_cq()
136 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in create_cq()
H A Dqp.c240 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in create_qp()
1133 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in post_terminate()
1265 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in rdma_fini()
1361 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in rdma_init()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c537 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_hash()
692 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_cipher()
993 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_eta()
1282 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_gcm()
1629 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_ccm()
H A Dt6_kern_tls.c228 wr = alloc_wrqe(ktls_act_open_cpl_size(isipv6), tlsp->ctrlq); in send_ktls_act_open_req()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1639 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
H A Dt4_sge.c2986 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()
H A Dt4_main.c4354 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c