Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c113 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_flowc_wr()
207 (wr = alloc_wrqe(roundup2(flowclen, 16), in update_tx_rate_limit()
272 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in send_reset()
412 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_credits()
430 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_modulate()
497 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in t4_close_conn()
835 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()
855 wr = alloc_wrqe(roundup2(wr_len, 16), in t4_push_frames()
1017 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
1523 wr = alloc_wrqe(sizeof(*cpl), &ofld_txq->wrq); in send_abort_rpl()
[all …]
H A Dt4_listen.c365 wr = alloc_wrqe(roundup2(flowclen, 16), &ofld_txq->wrq); in send_flowc_wr_synqe()
414 wr = alloc_wrqe(sizeof(*req), in send_abort_rpl_synqe()
436 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server()
464 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in create_server6()
493 wr = alloc_wrqe(sizeof(*req), lctx->ctrlq); in destroy_server()
1136 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in send_synack()
H A Dt4_connect.c297 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
H A Dt4_tls.c521 wr = alloc_wrqe(len, &toep->ofld_txq->wrq); in tls_program_key_id()
1599 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in t4_push_tls_records()
1910 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in t4_push_ktls()
H A Dt4_ddp.c438 wr = alloc_wrqe(len, toep->ctrlq); in mk_update_tcb_for_ddp()
1121 wr = alloc_wrqe(len, wrq); in t4_write_page_pods_for_ps()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c77 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in _c4iw_write_mem_dma_aligned()
135 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in _c4iw_write_mem_inline()
H A Dcq.c66 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.c239 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]); in create_qp()
1130 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in post_terminate()
1262 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in rdma_fini()
1356 wr = alloc_wrqe(sizeof(*wqe), &toep->ofld_txq->wrq); in rdma_init()
/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c530 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_hash()
685 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_blkcipher()
986 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_eta()
1275 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_gcm()
1767 wr = alloc_wrqe(wr_len, s->port->txq); in ccr_ccm()
H A Dt4_kern_tls.c387 wr = alloc_wrqe(ktls_act_open_cpl_size(isipv6), tlsp->ctrlq); in send_ktls_act_open_req()
/freebsd-13.1/sys/dev/cxgbe/
H A Dadapter.h1423 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
H A Dt4_sge.c2958 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()
H A Dt4_main.c3963 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
/freebsd-13.1/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c731 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_iscsi_flowc_wr()