Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6894 #define V_FW_VI_ENABLE_CMD_IEN(x) ((x) << S_FW_VI_ENABLE_CMD_IEN) macro
6897 #define F_FW_VI_ENABLE_CMD_IEN V_FW_VI_ENABLE_CMD_IEN(1U)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c8519 c.ien_to_len16 = cpu_to_be32(V_FW_VI_ENABLE_CMD_IEN(rx_en) | in t4_enable_vi_params()