Searched refs:vlan_on (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_82598.h | 43 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
|
H A D | ixgbe_common.h | 123 u32 vind, bool vlan_on); 125 bool vlan_on, bool *vfta_changed);
|
H A D | ixgbe_api.c | 965 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) in ixgbe_set_vfta() argument 968 vlan_on), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vfta() 982 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument 986 vlan_on, vfta_changed), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vlvf()
|
H A D | ixgbe_api.h | 121 u32 vind, bool vlan_on); 123 bool vlan_on, bool *vfta_changed);
|
H A D | ixgbe_common.c | 3422 bool vlan_on) in ixgbe_set_vfta_generic() argument 3453 if (vlan_on) { in ixgbe_set_vfta_generic() 3468 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, in ixgbe_set_vfta_generic() 3491 bool vlan_on, bool *vfta_changed) in ixgbe_set_vlvf_generic() argument 3516 if (vlan_on) { in ixgbe_set_vlvf_generic() 3574 if ((!vlan_on) && (vfta_changed != NULL)) { in ixgbe_set_vlvf_generic()
|
H A D | ixgbe_82598.c | 998 bool vlan_on) in ixgbe_set_vfta_82598() argument 1027 if (vlan_on) in ixgbe_set_vfta_82598()
|