Home
last modified time | relevance | path

Searched refs:vlan_on (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_82598.h43 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
Dixgbe_api.c968 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) in ixgbe_set_vfta() argument
971 vlan_on), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vfta()
985 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument
989 vlan_on, vfta_changed), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vlvf()
Dixgbe_common.h134 u32 vind, bool vlan_on);
136 bool vlan_on, bool *vfta_changed);
Dixgbe_api.h122 u32 vind, bool vlan_on);
124 bool vlan_on, bool *vfta_changed);
Dixgbe_vf.h132 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
Dixgbe_vf.c376 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) in ixgbe_set_vfta_vf() argument
386 msgbuf[0] |= vlan_on << IXGBE_VT_MSGINFO_SHIFT; in ixgbe_set_vfta_vf()
Dixgbe_82598.c994 bool vlan_on) in ixgbe_set_vfta_82598() argument
1023 if (vlan_on) in ixgbe_set_vfta_82598()
Dixgbe_common.c3817 bool vlan_on) in ixgbe_set_vfta_generic() argument
3848 if (vlan_on) { in ixgbe_set_vfta_generic()
3863 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, in ixgbe_set_vfta_generic()
3886 bool vlan_on, bool *vfta_changed) in ixgbe_set_vlvf_generic() argument
3911 if (vlan_on) { in ixgbe_set_vlvf_generic()
3969 if ((!vlan_on) && (vfta_changed != NULL)) { in ixgbe_set_vlvf_generic()