Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_hw.h63 u32 vind, bool vlan_on, bool vlvf_bypass);
66 bool vlvf_bypass);
68 s32 ngbe_find_vlvf_slot(struct ngbe_hw *hw, u32 vlan, bool vlvf_bypass);
H A Dngbe_hw.c1303 s32 ngbe_find_vlvf_slot(struct ngbe_hw *hw, u32 vlan, bool vlvf_bypass) in ngbe_find_vlvf_slot() argument
1316 first_empty_slot = vlvf_bypass ? NGBE_ERR_NO_SPACE : 0; in ngbe_find_vlvf_slot()
1355 bool vlan_on, bool vlvf_bypass) in ngbe_set_vfta() argument
1391 vfta, vlvf_bypass); in ngbe_set_vfta()
1393 if (vlvf_bypass) in ngbe_set_vfta()
1421 bool vlvf_bypass) in ngbe_set_vlvf() argument
1441 vlvf_index = ngbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ngbe_set_vlvf()
H A Dngbe_type.h303 u32 vind, bool vlan_on, bool vlvf_bypass);
306 bool vlvf_bypass);
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h51 u32 vind, bool vlan_on, bool vlvf_bypass);
54 bool vlvf_bypass);
56 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass);
H A Dtxgbe_vf.h56 bool vlan_on, bool vlvf_bypass);
H A Dtxgbe_vf.c389 bool vlan_on, bool vlvf_bypass) in txgbe_set_vfta_vf() argument
393 UNREFERENCED_PARAMETER(vind, vlvf_bypass); in txgbe_set_vfta_vf()
H A Dtxgbe_hw.c1565 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass) in txgbe_find_vlvf_slot() argument
1578 first_empty_slot = vlvf_bypass ? TXGBE_ERR_NO_SPACE : 0; in txgbe_find_vlvf_slot()
1617 bool vlan_on, bool vlvf_bypass) in txgbe_set_vfta() argument
1653 vfta, vlvf_bypass); in txgbe_set_vfta()
1655 if (vlvf_bypass) in txgbe_set_vfta()
1683 bool vlvf_bypass) in txgbe_set_vlvf() argument
1703 vlvf_index = txgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in txgbe_set_vlvf()
H A Dtxgbe_type.h573 u32 vind, bool vlan_on, bool vlvf_bypass);
576 bool vlvf_bypass);
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c47 bool vlan_on, bool vlvf_bypass) in ixgbevf_hv_set_vfta_vf() argument
49 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.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_api.h100 u32 vind, bool vlan_on, bool vlvf_bypass);
103 bool vlvf_bypass);
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()