Home
last modified time | relevance | path

Searched refs:V_FW_FLOWC_WR_NPARAMS (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c116 V_FW_FLOWC_WR_NPARAMS(nparams)); in send_flowc_wr()
208 V_FW_FLOWC_WR_NPARAMS(nparams)); in update_tx_rate_limit()
H A Dt4_listen.c371 V_FW_FLOWC_WR_NPARAMS(nparams)); in send_flowc_wr_synqe()
H A Dt4_tom.c862 V_FW_FLOWC_WR_NPARAMS(1)); in send_mss_flowc_wr()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1049 V_FW_FLOWC_WR_NPARAMS(nparams)); in send_iscsi_flowc_wr()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6552 V_FW_FLOWC_WR_NPARAMS(ETID_FLOWC_NPARAMS) | V_FW_WR_COMPL(0)); in send_etid_flowc_wr()
6595 V_FW_FLOWC_WR_NPARAMS(0) | F_FW_WR_COMPL); in send_etid_flush_wr()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1056 #define V_FW_FLOWC_WR_NPARAMS(x) ((x) << S_FW_FLOWC_WR_NPARAMS) macro