Home
last modified time | relevance | path

Searched refs:sgmii_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/qualcomm/emac/
Demac-sgmii.c52 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->init)) in emac_sgmii_init()
55 return adpt->phy.sgmii_ops->init(adpt); in emac_sgmii_init()
60 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->open)) in emac_sgmii_open()
63 return adpt->phy.sgmii_ops->open(adpt); in emac_sgmii_open()
68 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->close)) in emac_sgmii_close()
71 adpt->phy.sgmii_ops->close(adpt); in emac_sgmii_close()
76 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->link_change)) in emac_sgmii_link_change()
79 return adpt->phy.sgmii_ops->link_change(adpt, link_state); in emac_sgmii_link_change()
84 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->reset)) in emac_sgmii_reset()
87 adpt->phy.sgmii_ops->reset(adpt); in emac_sgmii_reset()
[all …]
Demac-sgmii.h17 struct sgmii_ops { struct
37 struct sgmii_ops *sgmii_ops; member