Lines Matching refs:sgmii_ops
50 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->init)) in emac_sgmii_init()
53 return adpt->phy.sgmii_ops->init(adpt); in emac_sgmii_init()
58 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->open)) in emac_sgmii_open()
61 return adpt->phy.sgmii_ops->open(adpt); in emac_sgmii_open()
66 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->close)) in emac_sgmii_close()
69 adpt->phy.sgmii_ops->close(adpt); in emac_sgmii_close()
74 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->link_change)) in emac_sgmii_link_change()
77 return adpt->phy.sgmii_ops->link_change(adpt, link_state); in emac_sgmii_link_change()
82 if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->reset)) in emac_sgmii_reset()
85 adpt->phy.sgmii_ops->reset(adpt); in emac_sgmii_reset()
268 static struct sgmii_ops fsm9900_ops = {
276 static struct sgmii_ops qdf2432_ops = {
285 static struct sgmii_ops qdf2400_ops = {
304 struct sgmii_ops **ops = data; in emac_sgmii_acpi_match()
359 dev = device_find_child(&pdev->dev, &phy->sgmii_ops, in emac_sgmii_config()
392 phy->sgmii_ops = (struct sgmii_ops *)match->data; in emac_sgmii_config()