Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h760 int (*mac_connect_phy)(struct hnae3_handle *handle); member
H A Dhns3_enet.c5178 if (h->ae_algo->ops->mac_connect_phy) in hns3_init_phy()
5179 ret = h->ae_algo->ops->mac_connect_phy(h); in hns3_init_phy()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12875 .mac_connect_phy = hclge_mac_connect_phy,