Searched refs:vlvf_bypass (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | ixgbe_82598.c | 72 uint32_t vind, bool vlan_on, bool vlvf_bypass); 1011 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument
|
H A D | ixgbe.c | 3227 int32_t ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, uint32_t vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument 3240 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot() 3278 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic() argument 3316 vfta, vlvf_bypass); in ixgbe_set_vfta_generic() 3318 if (vlvf_bypass) in ixgbe_set_vfta_generic() 3346 bool vlvf_bypass) in ixgbe_set_vlvf_generic() argument 3366 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vlvf_generic()
|
H A D | ixgbe_vf.c | 486 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_vf() argument
|
H A D | ixgbe.h | 380 bool vlan_on, bool vlvf_bypass);
|