Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.h113 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
H A Dixgbe_common.c3884 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() function
4023 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vlvf_generic()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c5783 reg_index = ixgbe_find_vlvf_slot( in ixgbe_mirror_rule_set()