Searched refs:alloc_wrqe (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/dev/cxgbe/tom/ |
| D | t4_cpl_io.c | 91 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()
|
| D | 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() 1319 wr = alloc_wrqe(is_t4(sc) ? sizeof(struct cpl_pass_accept_rpl) : in do_pass_accept_req()
|
| D | t4_connect.c | 351 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
|
| D | t4_ddp.c | 365 wr = alloc_wrqe(len, toep->ctrlq); in mk_update_tcb_for_ddp() 776 wr = alloc_wrqe(len, toep->ctrlq); in write_page_pods()
|
| D | t4_tom.c | 426 wr = alloc_wrqe(sizeof(*req), ctrlq); in release_tid()
|
| /freebsd-9-stable/sys/dev/cxgbe/ |
| D | t4_l2t.c | 121 wr = alloc_wrqe(sizeof(*req), &sc->sge.mgmtq); in t4_write_l2e()
|
| D | adapter.h | 866 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() function
|
| D | t4_main.c | 7130 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()
|