Searched refs:E1000_VFTA (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 96 array_wr32(E1000_VFTA, offset, 0); in igb_clear_vfta() 112 array_wr32(E1000_VFTA, offset, value); in igb_write_vfta() 135 array_wr32(E1000_VFTA, offset, 0); in igb_clear_vfta_i350() 155 array_wr32(E1000_VFTA, offset, value); in igb_write_vfta_i350()
|
D | e1000_regs.h | 315 #define E1000_VFTA 0x05600 /* VLAN Filter Table Array - RW Array */ macro
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | regs.h | 211 #define E1000_VFTA 0x05600 /* VLAN Filter Table Array - RW Array */ macro
|
D | mac.c | 101 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_generic() 117 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_generic()
|
D | 82571.c | 1324 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, vfta_value); in e1000_clear_vfta_82571()
|
D | netdev.c | 2736 vfta = E1000_READ_REG_ARRAY(hw, E1000_VFTA, index); in e1000_vlan_rx_add_vid() 2764 vfta = E1000_READ_REG_ARRAY(hw, E1000_VFTA, index); in e1000_vlan_rx_kill_vid()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1013 #define E1000_VFTA 0x05600 /* VLAN Filter Table Array - RW Array */ macro
|