<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_api.h' l='124' type='s32 ixgbe_set_vlvf(struct ixgbe_hw * hw, u32 vlan, u32 vind, _Bool vlan_on, _Bool * vfta_changed)'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_api.c' l='986' ll='991' type='s32 ixgbe_set_vlvf(struct ixgbe_hw * hw, u32 vlan, u32 vind, _Bool vlan_on, _Bool * vfta_changed)'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_api.c' l='975'>/**
 *  ixgbe_set_vlvf - Set VLAN Pool Filter
 *  @hw: pointer to hardware structure
 *  @vlan: VLAN id to write to VLAN filter
 *  @vind: VMDq output index that maps queue to VLAN id in VFVFB
 *  @vlan_on: boolean flag to turn on/off VLAN in VFVF
 *  @vfta_changed: pointer to boolean flag which indicates whether VFTA
 *                 should be changed
 *
 *  Turn on/off specified bit in VLVF table.
 **/</doc>
