Home
last modified time | relevance | path

Searched refs:stripping_support (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c606 struct virtchnl_vlan_supported_caps *stripping_support = in iavf_dev_rx_queue_setup() local
607 &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()
H A Diavf_vchnl.c579 stripping_caps = &vf->vlan_v2_caps.offloads.stripping_support; in iavf_config_vlan_strip_v2()
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h914 struct virtchnl_vlan_supported_caps stripping_support; member