Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe_82598.c72 uint32_t vind, bool vlan_on, bool vlvf_bypass);
1011 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument
H A Dixgbe.c3227 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 Dixgbe_vf.c486 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_vf() argument
H A Dixgbe.h380 bool vlan_on, bool vlvf_bypass);