Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c91 wr = alloc_wrqe(roundup2(flowclen, 16), toep->ofld_txq); in send_flowc_wr()
170 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq); in send_reset()
316 wr = alloc_wrqe(sizeof(*req), toep->ctrlq); in send_rx_credits()
380 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq); in close_conn()
653 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()
672 wr = alloc_wrqe(roundup2(wr_len, 16), toep->ofld_txq); in t4_push_frames()
989 wr = alloc_wrqe(sizeof(*cpl), ofld_txq); in send_abort_rpl()
1450 wr = alloc_wrqe(sizeof(*req), ctrl ? toep->ctrlq : toep->ofld_txq); in t4_set_tcb_field()
Dt4_listen.c377 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()
1319 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in do_pass_accept_req()
Dt4_connect.c351 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
Dt4_ddp.c365 wr = alloc_wrqe(len, toep->ctrlq); in mk_update_tcb_for_ddp()
776 wr = alloc_wrqe(len, toep->ctrlq); in write_page_pods()
Dt4_tom.c426 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_l2t.c121 wr = alloc_wrqe(sizeof(*req), &sc->sge.mgmtq); in t4_write_l2e()
Dadapter.h866 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
Dt4_main.c7130 wr = alloc_wrqe(sizeof(*fwr), &sc->sge.mgmtq); in set_filter_wr()
7218 wr = alloc_wrqe(sizeof(*fwr), &sc->sge.mgmtq); in del_filter_wr()