Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A 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()
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()
306 struct sgmii_ops **ops = data; in emac_sgmii_acpi_match()
[all …]
H A Demac-sgmii.h17 struct sgmii_ops { struct
37 struct sgmii_ops *sgmii_ops; member