Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h772 int (*get_vf_config)(struct hnae3_handle *handle, int vf, member
H A Dhns3_enet.c2981 if (!h->ae_algo->ops->get_vf_config) in hns3_nic_get_vf_config()
2984 return h->ae_algo->ops->get_vf_config(h, vf, ivf); in hns3_nic_get_vf_config()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10685 .get_vf_config = hclge_get_vf_config,