Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1327 vlnctrl &= ~(WX_PSR_VLAN_CTL_VFE | WX_PSR_VLAN_CTL_CFIEN); in wx_set_rx_mode()
1334 vlnctrl |= WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
1342 vlnctrl &= ~WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
1352 vlnctrl &= ~WX_PSR_VLAN_CTL_VFE; in wx_set_rx_mode()
H A Dwx_type.h182 #define WX_PSR_VLAN_CTL_VFE BIT(30) /* bit 30 */ macro