Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.h140 u32 vind, bool vlan_on, bool vlvf_bypass);
143 bool vlvf_bypass);
145 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
H A Dixgbe_82598.h45 bool vlvf_bypass);
H A Dixgbe_vf.h139 bool vlan_on, bool vlvf_bypass);
H A Dixgbe_api.c1079 bool vlvf_bypass) in ixgbe_set_vfta() argument
1082 vlan_on, vlvf_bypass), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vfta()
1099 u32 *vfta_delta, u32 vfta, bool vlvf_bypass) in ixgbe_set_vlvf() argument
1102 vlan_on, vfta_delta, vfta, vlvf_bypass), in ixgbe_set_vlvf()
H A Dixgbe_api.h130 u32 vind, bool vlan_on, bool vlvf_bypass);
133 bool vlvf_bypass);
H A Dixgbe_vf.c471 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_vf() argument
475 UNREFERENCED_2PARAMETER(vind, vlvf_bypass); in ixgbe_set_vfta_vf()
H A Dixgbe_82598.c1006 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument
1013 UNREFERENCED_1PARAMETER(vlvf_bypass); in ixgbe_set_vfta_82598()
H A Dixgbe_common.c3925 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument
3938 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot()
3976 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic() argument
4014 vfta, vlvf_bypass); in ixgbe_set_vfta_generic()
4016 if (vlvf_bypass) in ixgbe_set_vfta_generic()
4044 bool vlvf_bypass) in ixgbe_set_vlvf_generic() argument
4064 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vlvf_generic()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3239 boolean_t vlvf_bypass; in ixgbe_init_vlan() local
3251 vlvf_bypass = (rxg->index == ixgbe->rx_def_group); in ixgbe_init_vlan()
3255 B_TRUE, vlvf_bypass); in ixgbe_init_vlan()