Searched refs:E1000_VLVF (Results 1 – 4 of 4) sorted by relevance
153 bits = rd32(E1000_VLVF(regindex)) & E1000_VLVF_VLANID_MASK; in igb_find_vlvf_slot()224 bits = rd32(E1000_VLVF(vlvf_index)); in igb_vfta_set()243 wr32(E1000_VLVF(vlvf_index), 0); in igb_vfta_set()266 wr32(E1000_VLVF(vlvf_index), bits | vlan | E1000_VLVF_VLANID_ENABLE); in igb_vfta_set()
347 #define E1000_VLVF(_n) (0x05D00 + (4 * (_n))) /* VLAN VM Filter */ macro
5186 u32 vlvf = rd32(E1000_VLVF(i)); in igb_vlan_promisc_enable()5189 wr32(E1000_VLVF(i), vlvf); in igb_vlan_promisc_enable()5223 u32 vlvf = rd32(E1000_VLVF(i)); in igb_scrub_vfta()5243 bits &= rd32(E1000_VLVF(i)); in igb_scrub_vfta()5244 wr32(E1000_VLVF(i), bits); in igb_scrub_vfta()7370 u32 vlvf = rd32(E1000_VLVF(i)); in igb_clear_vf_vfta()7403 wr32(E1000_VLVF(i), vlvf); in igb_clear_vf_vfta()7418 vlvf = rd32(E1000_VLVF(idx)); in igb_find_vlvf_entry()7441 bits &= rd32(E1000_VLVF(idx)); in igb_update_pf_vlvf()7446 wr32(E1000_VLVF(idx), BIT(pf_id)); in igb_update_pf_vlvf()[all …]
445 #define E1000_VLVF(_n) (0x05D00 + (4 * (_n))) /* VLAN VM Filter */ macro