Searched refs:stripping_support (Results 1 – 3 of 3) sorted by relevance
606 struct virtchnl_vlan_supported_caps *stripping_support = in iavf_dev_rx_queue_setup() local607 &vf->vlan_v2_caps.offloads.stripping_support; in iavf_dev_rx_queue_setup()610 if (stripping_support->outer) in iavf_dev_rx_queue_setup()611 stripping_cap = stripping_support->outer; in iavf_dev_rx_queue_setup()613 stripping_cap = stripping_support->inner; in iavf_dev_rx_queue_setup()
579 stripping_caps = &vf->vlan_v2_caps.offloads.stripping_support; in iavf_config_vlan_strip_v2()
914 struct virtchnl_vlan_supported_caps stripping_support; member