Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h235 int hn_vf_promiscuous_disable(struct rte_eth_dev *dev);
H A Dhn_vf.c363 int hn_vf_promiscuous_disable(struct rte_eth_dev *dev) in hn_vf_promiscuous_disable() function
H A Dhn_ethdev.c460 return hn_vf_promiscuous_disable(dev); in hn_dev_promiscuous_disable()