Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1651 vid = vlvf & ~WX_PSR_VLAN_SWC_VIEN; in wx_scrub_vfta()
1652 if (vlvf & WX_PSR_VLAN_SWC_VIEN) { in wx_scrub_vfta()
2624 wr32(wx, WX_PSR_VLAN_SWC, (WX_PSR_VLAN_SWC_VIEN | vlan)); in wx_set_vlvf()
H A Dwx_type.h290 #define WX_PSR_VLAN_SWC_VIEN BIT(31) /* filter is valid */ macro