Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1149 vlnctrl &= ~(WX_PSR_VLAN_CTL_VFE | WX_PSR_VLAN_CTL_CFIEN); in wx_set_rx_mode()
1156 vlnctrl |= WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
1164 vlnctrl &= ~WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
1174 vlnctrl &= ~WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
H A Dwx_type.h138 #define WX_PSR_VLAN_CTL_VFE BIT(30) /* bit 30 */ macro