Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h792 void (*clean_vf_config)(struct hnae3_ae_dev *ae_dev, int num_vfs); member
H A Dhns3_enet.c3123 if (ae_dev->ops->clean_vf_config) in hns3_clean_vf_config()
3124 ae_dev->ops->clean_vf_config(ae_dev, num_vfs); in hns3_clean_vf_config()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12894 .clean_vf_config = hclge_clean_vport_config,