Lines Matching full:vlan
11 struct ice_vlan * __always_unused vlan) in op_unsupported_vlan_arg() argument
28 /* If any new ops are added to the VSI VLAN ops interface then an unsupported
46 * ice_vsi_init_unsupported_vlan_ops - init all VSI VLAN ops to unsupported
47 * @vsi: VSI to initialize VSI VLAN ops to unsupported for
49 * By default all inner and outer VSI VLAN ops return -EOPNOTSUPP. This was done
51 * an unsupported VSI VLAN op is called it will just return -EOPNOTSUPP.
61 * ice_vsi_init_vlan_ops - initialize type specific VSI VLAN ops
70 /* Initialize all VSI types to have unsupported VSI VLAN ops */ in ice_vsi_init_vlan_ops()
82 dev_dbg(ice_pf_to_dev(vsi->back), "%s does not support VLAN operations\n", in ice_vsi_init_vlan_ops()
89 * ice_get_compat_vsi_vlan_ops - Get VSI VLAN ops based on VLAN mode
90 * @vsi: VSI used to get the VSI VLAN ops
92 * This function is meant to be used when the caller doesn't know which VLAN ops
94 * since most of the Outer VSI VLAN functins are not supported when
95 * the device is configured in Single VLAN Mode (SVM).