Home
last modified time | relevance | path

Searched refs:V_FW_WR_COMPL (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sge.c6575 V_FW_FLOWC_WR_NPARAMS(ETID_FLOWC_NPARAMS) | V_FW_WR_COMPL(0)); in send_etid_flowc_wr()
6659 V_FW_ETH_TX_EO_WR_IMMDLEN(ctrl) | V_FW_WR_COMPL(!!compl)); in write_ethofld_wr()
/freebsd-14-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h193 #define V_FW_WR_COMPL(x) ((x) << S_FW_WR_COMPL) macro
196 #define F_FW_WR_COMPL V_FW_WR_COMPL(1U)