<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_api.h' l='122' type='s32 ixgbe_set_vfta(struct ixgbe_hw * hw, u32 vlan, u32 vind, _Bool vlan_on)'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_api.c' l='969' ll='973' type='s32 ixgbe_set_vfta(struct ixgbe_hw * hw, u32 vlan, u32 vind, _Bool vlan_on)'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_api.c' l='960'>/**
 *  ixgbe_set_vfta - Set VLAN filter table
 *  @hw: pointer to hardware structure
 *  @vlan: VLAN id to write to VLAN filter
 *  @vind: VMDq output index that maps queue to VLAN id in VFTA
 *  @vlan_on: boolean flag to turn on/off VLAN in VFTA
 *
 *  Turn on/off specified VLAN in the VLAN filter table.
 **/</doc>
<use f='src/src/sys/dev/pci/ixgbe/ixv.c' l='3747' u='c' c='ixv_setup_vlan_support'/>
