Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c107 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_flowc_wr()
197 (wr = alloc_wrqe(roundup2(flowclen, 16), in update_tx_rate_limit()
262 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in send_reset()
399 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_credits()
466 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in t4_close_conn()
804 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()
824 wr = alloc_wrqe(roundup2(wr_len, 16), in t4_push_frames()
986 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
1068 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
1499 wr = alloc_wrqe(sizeof(*cpl), &ofld_txq->wrq); in send_abort_rpl()
[all …]
H A Dt4_listen.c498 wr = alloc_wrqe(roundup2(flowclen, 16), &ofld_txq->wrq); in send_flowc_wr_synqe()
547 wr = alloc_wrqe(sizeof(*req), in send_abort_rpl_synqe()
569 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server()
597 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server6()
626 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in destroy_server()
1285 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in send_synack()
H A Dt4_tls.c176 wr = alloc_wrqe(TLS_KEY_WR_SZ, &toep->ofld_txq->wrq); in tls_program_key_id()
641 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in t4_push_ktls()
1114 wr = alloc_wrqe(len, toep->ctrlq);
H A Dt4_connect.c304 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()
1733 wr = alloc_wrqe(len, wrq); in t4_write_page_pods_for_rcvbuf()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c75 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in _c4iw_write_mem_dma_aligned()
133 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in _c4iw_write_mem_inline()
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()
1359 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in rdma_init()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c535 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_hash()
690 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_cipher()
991 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_eta()
1280 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_gcm()
1627 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.h1536 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
H A Dt4_sge.c2935 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()
H A Dt4_main.c4197 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1040 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_iscsi_flowc_wr()