HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_find_vlvf_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 146 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
ixgbe_common.c 3938 * ixgbe_find_vlvf_slot - find the vlanid or the first empty slot
3948 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) function in typeref:typename:s32
4087 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass);

Completed in 14 milliseconds