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