Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_regs.h467 #define IGC_VFTA 0x05600 /* VLAN Filter Table Array - RW Array */ macro
H A Digc_mac.c309 IGC_WRITE_REG_ARRAY(hw, IGC_VFTA, offset, 0); in igc_clear_vfta_generic()
327 IGC_WRITE_REG_ARRAY(hw, IGC_VFTA, offset, value); in igc_write_vfta_generic()
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c2434 IGC_WRITE_REG_ARRAY(hw, IGC_VFTA, vid_idx, vfta); in eth_igc_vlan_filter_set()
2466 IGC_WRITE_REG_ARRAY(hw, IGC_VFTA, i, shadow_vfta->vfta[i]); in igc_vlan_hw_filter_enable()