Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_vf.c209 int hn_vf_add(struct rte_eth_dev *dev, struct hn_data *hv);
216 hn_vf_add(dev, hv); in hn_vf_add_retry()
223 int hn_vf_add(struct rte_eth_dev *dev, struct hn_data *hv) in hn_vf_add() function
331 hn_vf_add(dev, hv); in hn_nvs_handle_vfassoc()
H A Dhn_var.h246 int hn_vf_add(struct rte_eth_dev *dev, struct hn_data *hv);
H A Dhn_ethdev.c1242 err = hn_vf_add(eth_dev, hv); in eth_hn_dev_init()