Home
last modified time | relevance | path

Searched refs:promisc_multicast_enabled (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/iavf/
H A Diavf.h130 bool promisc_multicast_enabled; member
H A Diavf_ethdev.c904 true, vf->promisc_multicast_enabled); in iavf_dev_promiscuous_enable()
915 false, vf->promisc_multicast_enabled); in iavf_dev_promiscuous_disable()
2059 if (vf->promisc_unicast_enabled || vf->promisc_multicast_enabled) in iavf_dev_close()
H A Diavf_vchnl.c1106 vf->promisc_multicast_enabled = enable_multicast; in iavf_config_promisc()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c544 vf->promisc_multicast_enabled = enable_multicast; in i40evf_config_promisc()
2283 return i40evf_config_promisc(dev, true, vf->promisc_multicast_enabled); in i40evf_dev_promiscuous_enable()
2291 return i40evf_config_promisc(dev, false, vf->promisc_multicast_enabled); in i40evf_dev_promiscuous_disable()
2434 if (vf->promisc_unicast_enabled || vf->promisc_multicast_enabled) in i40evf_dev_close()
H A Di40e_ethdev.h1224 bool promisc_multicast_enabled; member