Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h620 void (*mac_disconnect_phy)(struct hnae3_handle *handle); member
Dhns3_enet.c3969 if (h->ae_algo->ops->mac_disconnect_phy) in hns3_uninit_phy()
3970 h->ae_algo->ops->mac_disconnect_phy(h); in hns3_uninit_phy()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c11419 .mac_disconnect_phy = hclge_mac_disconnect_phy,