Lines Matching refs:mac_dev
60 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_link_ksettings() local
62 return phylink_ethtool_ksettings_get(mac_dev->phylink, cmd); in dpaa_get_link_ksettings()
69 struct mac_device *mac_dev = priv->mac_dev; in dpaa_set_link_ksettings() local
71 return phylink_ethtool_ksettings_set(mac_dev->phylink, cmd); in dpaa_set_link_ksettings()
97 struct mac_device *mac_dev = priv->mac_dev; in dpaa_nway_reset() local
99 return phylink_ethtool_nway_reset(mac_dev->phylink); in dpaa_nway_reset()
106 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_pauseparam() local
108 phylink_ethtool_get_pauseparam(mac_dev->phylink, epause); in dpaa_get_pauseparam()
115 struct mac_device *mac_dev = priv->mac_dev; in dpaa_set_pauseparam() local
117 return phylink_ethtool_set_pauseparam(mac_dev->phylink, epause); in dpaa_set_pauseparam()
334 struct mac_device *mac_dev; in dpaa_set_hash() local
339 mac_dev = priv->mac_dev; in dpaa_set_hash()
340 rxport = mac_dev->port[0]; in dpaa_set_hash()