Searched refs:promisc_multicast_enabled (Results 1 – 5 of 5) sorted by relevance
130 bool promisc_multicast_enabled; member
904 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()
1106 vf->promisc_multicast_enabled = enable_multicast; in iavf_config_promisc()
544 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()
1224 bool promisc_multicast_enabled; member