Home
last modified time | relevance | path

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

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