Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1151 vlnctrl &= ~(WX_PSR_VLAN_CTL_VFE | WX_PSR_VLAN_CTL_CFIEN); in wx_set_rx_mode()
1158 vlnctrl |= WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
1166 vlnctrl &= ~WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
1176 vlnctrl &= ~WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
Dwx_type.h138 #define WX_PSR_VLAN_CTL_VFE BIT(30) /* bit 30 */ macro