Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h761 void (*mac_disconnect_phy)(struct hnae3_handle *handle); member
H A Dhns3_enet.c5188 if (h->ae_algo->ops->mac_disconnect_phy) in hns3_uninit_phy()
5189 h->ae_algo->ops->mac_disconnect_phy(h); in hns3_uninit_phy()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12876 .mac_disconnect_phy = hclge_mac_disconnect_phy,