Lines Matching refs:mii_ts
147 struct mii_timestamper mii_ts; member
331 static int ines_hwtstamp(struct mii_timestamper *mii_ts, in ines_hwtstamp() argument
335 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts); in ines_hwtstamp()
397 static void ines_link_state(struct mii_timestamper *mii_ts, in ines_link_state() argument
400 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts); in ines_link_state()
473 static bool ines_rxtstamp(struct mii_timestamper *mii_ts, in ines_rxtstamp() argument
476 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts); in ines_rxtstamp()
558 static int ines_ts_info(struct mii_timestamper *mii_ts, in ines_ts_info() argument
611 static void ines_txtstamp(struct mii_timestamper *mii_ts, in ines_txtstamp() argument
614 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts); in ines_txtstamp()
710 port->mii_ts.rxtstamp = ines_rxtstamp; in ines_ptp_probe_channel()
711 port->mii_ts.txtstamp = ines_txtstamp; in ines_ptp_probe_channel()
712 port->mii_ts.hwtstamp = ines_hwtstamp; in ines_ptp_probe_channel()
713 port->mii_ts.link_state = ines_link_state; in ines_ptp_probe_channel()
714 port->mii_ts.ts_info = ines_ts_info; in ines_ptp_probe_channel()
716 return &port->mii_ts; in ines_ptp_probe_channel()
720 struct mii_timestamper *mii_ts) in ines_ptp_release_channel() argument