Lines Matching defs:mii_ts
287 struct mii_timestamper mii_ts;
982 static void nxp_c45_txtstamp(struct mii_timestamper *mii_ts,
985 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
986 mii_ts);
1004 static bool nxp_c45_rxtstamp(struct mii_timestamper *mii_ts,
1007 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
1008 mii_ts);
1024 static int nxp_c45_hwtstamp(struct mii_timestamper *mii_ts,
1027 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
1028 mii_ts);
1080 static int nxp_c45_ts_info(struct mii_timestamper *mii_ts,
1083 struct nxp_c45_phy *priv = container_of(mii_ts, struct nxp_c45_phy,
1084 mii_ts);
1658 priv->mii_ts.rxtstamp = nxp_c45_rxtstamp;
1659 priv->mii_ts.txtstamp = nxp_c45_txtstamp;
1660 priv->mii_ts.hwtstamp = nxp_c45_hwtstamp;
1661 priv->mii_ts.ts_info = nxp_c45_ts_info;
1662 phydev->mii_ts = &priv->mii_ts;