| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 108 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 D | t4_listen.c | 498 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 D | t4_connect.c | 315 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
|
| H A D | t4_ddp.c | 598 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 D | t4_tls.c | 671 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in t4_push_ktls()
|
| H A D | t4_tom.c | 2333 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_txdataplen_max_flowc_wr()
|
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | mem.c | 71 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 D | cq.c | 64 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 D | qp.c | 240 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 D | t4_crypto.c | 537 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 D | t6_kern_tls.c | 228 wr = alloc_wrqe(ktls_act_open_cpl_size(isipv6), tlsp->ctrlq); in send_ktls_act_open_req()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | adapter.h | 1639 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
|
| H A D | t4_sge.c | 2986 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()
|
| H A D | t4_main.c | 4354 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
|
| /freebsd/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | |