Home
last modified time | relevance | path

Searched refs:F_FW_WR_COMPL (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c83 (wait ? F_FW_WR_COMPL : 0)); in _c4iw_write_mem_dma_aligned()
143 F_FW_WR_COMPL); in _c4iw_write_mem_inline()
H A Dcq.c72 F_FW_WR_COMPL); in destroy_cq()
143 F_FW_WR_COMPL); in create_cq()
H A Dqp.c248 F_FW_WR_COMPL); in create_qp()
1265 wqe->op_compl = cpu_to_be32(V_FW_WR_OP(FW_RI_WR) | F_FW_WR_COMPL); in rdma_fini()
1367 F_FW_WR_COMPL); in rdma_init()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c855 txwr->op_to_immdlen |= htobe32(F_FW_WR_COMPL); in t4_push_frames()
1204 wrhdr->hi |= htobe32(F_FW_WR_COMPL); in t4_push_pdus()
H A Dt4_tls.c184 t4_write_tlskey_wr(tls, direction, toep->tid, F_FW_WR_COMPL, keyid, in tls_program_key_id()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6603 V_FW_FLOWC_WR_NPARAMS(0) | F_FW_WR_COMPL); in send_etid_flush_wr()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h196 #define F_FW_WR_COMPL V_FW_WR_COMPL(1U) macro