Lines Matching defs:mii_ts
973 static void nxp_c45_txtstamp(struct mii_timestamper *mii_ts,
976 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
977 mii_ts);
995 static bool nxp_c45_rxtstamp(struct mii_timestamper *mii_ts,
998 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
999 mii_ts);
1015 static int nxp_c45_hwtstamp_get(struct mii_timestamper *mii_ts,
1018 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
1019 mii_ts);
1028 static int nxp_c45_hwtstamp_set(struct mii_timestamper *mii_ts,
1032 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
1033 mii_ts);
1081 static int nxp_c45_ts_info(struct mii_timestamper *mii_ts,
1084 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
1085 mii_ts);
1763 priv->mii_ts.rxtstamp = nxp_c45_rxtstamp;
1764 priv->mii_ts.txtstamp = nxp_c45_txtstamp;
1765 priv->mii_ts.hwtstamp_set = nxp_c45_hwtstamp_set;
1766 priv->mii_ts.hwtstamp_get = nxp_c45_hwtstamp_get;
1767 priv->mii_ts.ts_info = nxp_c45_ts_info;
1768 phydev->mii_ts = &priv->mii_ts;