Searched refs:clean_vf_config (Results 1 – 3 of 3) sorted by relevance
792 void (*clean_vf_config)(struct hnae3_ae_dev *ae_dev, int num_vfs); member
3124 if (ae_dev->ops->clean_vf_config) in hns3_clean_vf_config()3125 ae_dev->ops->clean_vf_config(ae_dev, num_vfs); in hns3_clean_vf_config()
12877 .clean_vf_config = hclge_clean_vport_config,