Searched defs:mii_ts (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | mii_timestamper.c | 81 struct mii_timestamper *mii_ts = NULL; in register_mii_timestamper() local 109 void unregister_mii_timestamper(struct mii_timestamper *mii_ts) in unregister_mii_timestamper()
|
| H A D | microchip_rds_ptp.c | 322 static void mchp_rds_ptp_txtstamp(struct mii_timestamper *mii_ts, in mchp_rds_ptp_txtstamp() 454 static bool mchp_rds_ptp_rxtstamp(struct mii_timestamper *mii_ts, in mchp_rds_ptp_rxtstamp() 479 static int mchp_rds_ptp_hwtstamp_get(struct mii_timestamper *mii_ts, in mchp_rds_ptp_hwtstamp_get() 491 static int mchp_rds_ptp_hwtstamp_set(struct mii_timestamper *mii_ts, in mchp_rds_ptp_hwtstamp_set() 617 static int mchp_rds_ptp_ts_info(struct mii_timestamper *mii_ts, in mchp_rds_ptp_ts_info()
|
| H A D | dp83640.c | 110 struct mii_timestamper mii_ts; member 1114 static int dp83640_hwtstamp_get(struct mii_timestamper *mii_ts, in dp83640_hwtstamp_get() 1126 static int dp83640_hwtstamp_set(struct mii_timestamper *mii_ts, in dp83640_hwtstamp_set() 1235 static bool dp83640_rxtstamp(struct mii_timestamper *mii_ts, in dp83640_rxtstamp() 1285 static void dp83640_txtstamp(struct mii_timestamper *mii_ts, in dp83640_txtstamp() 1313 static int dp83640_ts_info(struct mii_timestamper *mii_ts, in dp83640_ts_info()
|
| H A D | micrel.c | 432 struct mii_timestamper mii_ts; member 3251 static int lan8814_ts_info(struct mii_timestamper *mii_ts, struct kernel_ethtool_ts_info *info) in lan8814_ts_info() argument 3289 static int lan8814_hwtstamp_get(struct mii_timestamper *mii_ts, in lan8814_hwtstamp_get() argument 3301 static int lan8814_hwtstamp_set(struct mii_timestamper *mii_ts, in lan8814_hwtstamp_set() argument 3400 lan8814_txtstamp(struct mii_timestamper * mii_ts,struct sk_buff * skb,int type) lan8814_txtstamp() argument 3476 lan8814_rxtstamp(struct mii_timestamper * mii_ts,struct sk_buff * skb,int type) lan8814_rxtstamp() argument 5130 lan8841_ts_info(struct mii_timestamper * mii_ts,struct kernel_ethtool_ts_info * info) lan8841_ts_info() argument 5207 lan8841_hwtstamp_set(struct mii_timestamper * mii_ts,struct kernel_hwtstamp_config * config,struct netlink_ext_ack * extack) lan8841_hwtstamp_set() argument 5291 lan8841_rxtstamp(struct mii_timestamper * mii_ts,struct sk_buff * skb,int type) lan8841_rxtstamp() argument [all...] |
| /linux/drivers/ptp/ |
| H A D | ptp_ines.c | 147 struct mii_timestamper mii_ts; member 331 static int ines_hwtstamp_get(struct mii_timestamper *mii_ts, in ines_hwtstamp_get() 353 static int ines_hwtstamp_set(struct mii_timestamper *mii_ts, in ines_hwtstamp_set() 419 static void ines_link_state(struct mii_timestamper *mii_ts, in ines_link_state() 495 static bool ines_rxtstamp(struct mii_timestamper *mii_ts, in ines_rxtstamp() 580 static int ines_ts_info(struct mii_timestamper *mii_ts, in ines_ts_info() 633 static void ines_txtstamp(struct mii_timestamper *mii_ts, in ines_txtstamp() 743 struct mii_timestamper *mii_ts) in ines_ptp_release_channel()
|
| /linux/include/linux/ |
| H A D | phy.h | 790 struct mii_timestamper *mii_ts; member
|