sgmii_ops 50 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->init)) sgmii_ops 53 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c return adpt->phy.sgmii_ops->init(adpt); sgmii_ops 58 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->open)) sgmii_ops 61 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c return adpt->phy.sgmii_ops->open(adpt); sgmii_ops 66 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->close)) sgmii_ops 69 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c adpt->phy.sgmii_ops->close(adpt); sgmii_ops 74 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->link_change)) sgmii_ops 77 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c return adpt->phy.sgmii_ops->link_change(adpt, link_state); sgmii_ops 82 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c if (!(adpt->phy.sgmii_ops && adpt->phy.sgmii_ops->reset)) sgmii_ops 85 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c adpt->phy.sgmii_ops->reset(adpt); sgmii_ops 268 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c static struct sgmii_ops fsm9900_ops = { sgmii_ops 276 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c static struct sgmii_ops qdf2432_ops = { sgmii_ops 285 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c static struct sgmii_ops qdf2400_ops = { sgmii_ops 304 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c struct sgmii_ops **ops = data; sgmii_ops 359 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c dev = device_find_child(&pdev->dev, &phy->sgmii_ops, sgmii_ops 392 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c phy->sgmii_ops = (struct sgmii_ops *)match->data; sgmii_ops 37 drivers/net/ethernet/qualcomm/emac/emac-sgmii.h struct sgmii_ops *sgmii_ops;