Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.h352 bool vxlan_enable);
H A Decore_init_fw_funcs.c1251 bool vxlan_enable) in ecore_set_vxlan_enable() argument
1257 …SET_TUNNEL_TYPE_ENABLE_BIT(reg_val, PRS_REG_ENCAPSULATION_TYPE_EN_VXLAN_ENABLE_SHIFT, vxlan_enable in ecore_set_vxlan_enable()
1264 SET_TUNNEL_TYPE_ENABLE_BIT(reg_val, NIG_REG_ENC_TYPE_ENABLE_VXLAN_ENABLE_SHIFT, vxlan_enable); in ecore_set_vxlan_enable()
1268 ecore_wr(p_hwfn, p_ptt, DORQ_REG_L2_EDPM_TUNNEL_VXLAN_EN, vxlan_enable ? 1 : 0); in ecore_set_vxlan_enable()