Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/
H A Digb_ethdev.c174 static int igbvf_set_vfta(struct e1000_hw *hw, uint16_t vid, bool on);
3450 static int igbvf_set_vfta(struct e1000_hw *hw, uint16_t vid, bool on) in igbvf_set_vfta() function
3493 igbvf_set_vfta(hw, in igbvf_set_vfta_all()
3516 ret = igbvf_set_vfta(hw, vlan_id, !!on); in igbvf_vlan_filter_set()