Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h50 u32 vind, bool vlan_on, bool vlvf_bypass);
53 bool vlvf_bypass);
55 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass);
H A Dtxgbe_hw.c1673 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass) in txgbe_find_vlvf_slot() argument
1686 first_empty_slot = vlvf_bypass ? TXGBE_ERR_NO_SPACE : 0; in txgbe_find_vlvf_slot()
1725 bool vlan_on, bool vlvf_bypass) in txgbe_set_vfta() argument
1763 vfta, vlvf_bypass); in txgbe_set_vfta()
1765 if (vlvf_bypass) in txgbe_set_vfta()
1793 bool vlvf_bypass) in txgbe_set_vlvf() argument
1815 vlvf_index = txgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in txgbe_set_vlvf()
H A Dtxgbe_type.h502 u32 vind, bool vlan_on, bool vlvf_bypass);
505 bool vlvf_bypass);
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c46 bool vlan_on, bool vlvf_bypass) in ixgbevf_hv_set_vfta_vf() argument
48 UNREFERENCED_5PARAMETER(hw, vlan, vind, vlan_on, vlvf_bypass); in ixgbevf_hv_set_vfta_vf()
H A Dixgbe_common.h108 u32 vind, bool vlan_on, bool vlvf_bypass);
111 bool vlvf_bypass);
113 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
H A Dixgbe_82598.h14 bool vlvf_bypass);
H A Dixgbe_vf.h110 bool vlan_on, bool vlvf_bypass);
H A Dixgbe_api.h100 u32 vind, bool vlan_on, bool vlvf_bypass);
103 bool vlvf_bypass);
H A Dixgbe_api.c1077 bool vlvf_bypass) in ixgbe_set_vfta() argument
1080 vlan_on, vlvf_bypass), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vfta()
1097 u32 *vfta_delta, u32 vfta, bool vlvf_bypass) in ixgbe_set_vlvf() argument
1100 vlan_on, vfta_delta, vfta, vlvf_bypass), in ixgbe_set_vlvf()
H A Dixgbe_vf.c437 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_vf() argument
441 UNREFERENCED_2PARAMETER(vind, vlvf_bypass); in ixgbe_set_vfta_vf()
H A Dixgbe_common.c3884 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument
3897 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot()
3935 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic() argument
3973 vfta, vlvf_bypass); in ixgbe_set_vfta_generic()
3975 if (vlvf_bypass) in ixgbe_set_vfta_generic()
4003 bool vlvf_bypass) in ixgbe_set_vlvf_generic() argument
4023 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vlvf_generic()
H A Dixgbe_82598.c975 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument
982 UNREFERENCED_1PARAMETER(vlvf_bypass); in ixgbe_set_vfta_82598()