Searched refs:vfta_changed (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.h136 bool vlan_on, bool *vfta_changed);
H A Dixgbe_api.c980 * @vfta_changed: pointer to boolean flag which indicates whether VFTA
986 bool *vfta_changed)
989 vlan_on, vfta_changed), IXGBE_NOT_IMPLEMENTED);
985 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool *vfta_changed) argument
H A Dixgbe_api.h124 bool vlan_on, bool *vfta_changed);
H A Dixgbe_common.c3824 bool vfta_changed = FALSE; local
3851 vfta_changed = TRUE;
3856 vfta_changed = TRUE;
3864 &vfta_changed);
3868 if (vfta_changed)
3880 * @vfta_changed: pointer to boolean flag which indicates whether VFTA
3886 bool vlan_on, bool *vfta_changed)
3969 if ((!vlan_on) && (vfta_changed != NULL)) {
3973 *vfta_changed = FALSE;
3885 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool *vfta_changed) argument

Completed in 109 milliseconds