Home
last modified time | relevance | path

Searched refs:virtchnl_vlan_setting (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/avf/
H A Dvirtchnl.h841 * VLANs, the VF would populate the virtchnl_vlan_setting structure in the
844 * virtchnl_vlan_setting.inner_ethertype_setting =
847 * virtchnl_vlan_setting.vport_id = vport_id or vsi_id assigned to the VF on
879 * virtchnl_vlan_setting.outer_ethertype_setting =
883 * virtchnl_vlan_setting.vport_id = vport_id or vsi_id assigned to the VF on
908 * populate the virtchnl_vlan_setting structure in the following manner and send
913 * virtchnl_vlan_setting.outer_ethertype_setting = VIRTHCNL_VLAN_ETHERTYPE_88A8;
915 * virtchnl_vlan_setting.vport_id = vport_id or vsi_id assigned to the VF on
918 struct virtchnl_vlan_setting { struct
925 VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_vlan_setting); argument
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c3772 * virtchnl_vlan_setting structure. Validates the message against the
3777 struct virtchnl_vlan_setting *msg) in ice_vc_valid_vlan_setting_msg()
3858 struct virtchnl_vlan_setting *strip_msg = in ice_vc_ena_vlan_stripping_v2_msg()
3859 (struct virtchnl_vlan_setting *)msg; in ice_vc_ena_vlan_stripping_v2_msg()
3942 struct virtchnl_vlan_setting *strip_msg = in ice_vc_dis_vlan_stripping_v2_msg()
3943 (struct virtchnl_vlan_setting *)msg; in ice_vc_dis_vlan_stripping_v2_msg()
4017 struct virtchnl_vlan_setting *insertion_msg = in ice_vc_ena_vlan_insertion_v2_msg()
4018 (struct virtchnl_vlan_setting *)msg; in ice_vc_ena_vlan_insertion_v2_msg()
4076 struct virtchnl_vlan_setting *insertion_msg = in ice_vc_dis_vlan_insertion_v2_msg()
4077 (struct virtchnl_vlan_setting *)ms in ice_vc_dis_vlan_insertion_v2_msg()
[all...]