Home
last modified time | relevance | path

Searched refs:E1000_VFTA (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c183 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, i, 0xFFFFFFFF); in igb_pf_host_configure()
386 vfta = E1000_READ_REG_ARRAY(hw, E1000_VFTA, vid_idx); in igb_vf_set_vlan()
392 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, vid_idx, vfta); in igb_vf_set_vlan()
H A Dem_ethdev.c1349 vfta = E1000_READ_REG_ARRAY(hw, E1000_VFTA, vid_idx); in eth_em_vlan_filter_set()
1354 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, vid_idx, vfta); in eth_em_vlan_filter_set()
1394 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, i, shadow_vfta->vfta[i]); in em_vlan_hw_filter_enable()
H A Digb_ethdev.c2575 vfta = E1000_READ_REG_ARRAY(hw, E1000_VFTA, vid_idx); in eth_igb_vlan_filter_set()
2580 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, vid_idx, vfta); in eth_igb_vlan_filter_set()
2648 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, i, shadow_vfta->vfta[i]); in igb_vlan_hw_filter_enable()
H A Digb_rxtx.c2214 E1000_WRITE_REG(hw, (E1000_VFTA+(i*4)), UINT32_MAX); in igb_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82543.c1430 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1); in e1000_write_vfta_82543()
1431 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_82543()
1433 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset - 1, temp); in e1000_write_vfta_82543()
H A De1000_82542.c490 case E1000_VFTA: in e1000_translate_register_82542()
H A De1000_regs.h468 #define E1000_VFTA 0x05600 /* VLAN Filter Table Array - RW Array */ macro
H A De1000_mac.c311 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_generic()
329 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_generic()
H A De1000_82575.c3020 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_i350()
3042 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_i350()
H A De1000_82571.c1416 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, vfta_value); in e1000_clear_vfta_82571()