Lines Matching defs:vlvf_bypass
3220 * @vlvf_bypass: TRUE to find vlanid only, FALSE returns first empty slot if
3227 int32_t ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, uint32_t vlan, bool vlvf_bypass)
3236 /* if vlvf_bypass is set we don't want to use an empty slot, we
3240 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0;
3273 * @vlvf_bypass: boolean flag indicating updating default pool is okay
3278 bool vlan_on, bool vlvf_bypass)
3316 vfta, vlvf_bypass);
3318 if (vlvf_bypass)
3340 * @vlvf_bypass: boolean flag indicating updating default pool is okay
3346 bool vlvf_bypass)
3366 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass);