Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h572 * clean_vf_config
773 void (*clean_vf_config)(struct hnae3_ae_dev *ae_dev, int num_vfs); member
H A Dhns3_enet.c3128 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()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12789 .clean_vf_config = hclge_clean_vport_config,