Searched refs:alloc_wrqe (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 117 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()
|
| HD | t4_listen.c | 377 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()
|
| HD | t4_connect.c | 359 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
|
| HD | t4_ddp.c | 317 wr = alloc_wrqe(len, toep->ctrlq); in mk_update_tcb_for_ddp() 738 wr = alloc_wrqe(len, toep->ctrlq); in write_page_pods()
|
| HD | t4_tom.c | 427 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
|
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cq.c | 63 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in destroy_cq() 133 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in create_cq()
|
| HD | qp.c | 201 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()
|
| HD | mem.c | 77 wr = alloc_wrqe(wr_len, &sc->sge.mgmtq); in write_adapter_mem()
|
| /trueos/sys/dev/cxgbe/ |
| HD | adapter.h | 1039 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
|
| HD | t4_sge.c | 2230 wr = alloc_wrqe(len16 * 16, wrq); in start_wrq_wr()
|