Searched refs:vlvf_bypass (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.h | 140 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 D | ixgbe_82598.h | 45 bool vlvf_bypass);
|
H A D | ixgbe_vf.h | 139 bool vlan_on, bool vlvf_bypass);
|
H A D | ixgbe_api.c | 1079 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 D | ixgbe_api.h | 130 u32 vind, bool vlan_on, bool vlvf_bypass); 133 bool vlvf_bypass);
|
H A D | ixgbe_vf.c | 471 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 D | ixgbe_82598.c | 1006 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument 1013 UNREFERENCED_1PARAMETER(vlvf_bypass); in ixgbe_set_vfta_82598()
|
H A D | ixgbe_common.c | 3925 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 D | ixgbe_main.c | 3239 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()
|