Home
last modified time | relevance | path

Searched refs:WX_PSR_VLAN_SWC_VM_L (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2599 bits = rd32(wx, WX_PSR_VLAN_SWC_VM_L); in wx_set_vlvf()
2601 wr32(wx, WX_PSR_VLAN_SWC_VM_L, bits); in wx_set_vlvf()
2610 bits = rd32(wx, WX_PSR_VLAN_SWC_VM_L); in wx_set_vlvf()
2612 wr32(wx, WX_PSR_VLAN_SWC_VM_L, bits); in wx_set_vlvf()
2618 bits |= rd32(wx, WX_PSR_VLAN_SWC_VM_L); in wx_set_vlvf()
2707 wr32(wx, WX_PSR_VLAN_SWC_VM_L, 0); in wx_clear_vfta()
H A Dwx_sriov.c618 bits = rd32(wx, WX_PSR_VLAN_SWC_VM_L); in wx_set_vf_vlan_msg()
626 bits |= rd32(wx, WX_PSR_VLAN_SWC_VM_L); in wx_set_vf_vlan_msg()
H A Dwx_type.h285 #define WX_PSR_VLAN_SWC_VM_L 0x16224 macro