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