Searched refs:txtstamp (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | timestamping.c | 58 if (likely(mii_ts->txtstamp)) { in skb_clone_tx_timestamp() 62 mii_ts->txtstamp(mii_ts, clone, type); in skb_clone_tx_timestamp()
|
| /linux-6.15/include/linux/ |
| H A D | mii_timestamper.h | 51 void (*txtstamp)(struct mii_timestamper *mii_ts, member
|
| H A D | phy.h | 1646 return phydev && phydev->mii_ts && phydev->mii_ts->txtstamp; in phy_has_txtstamp() 1671 phydev->mii_ts->txtstamp(phydev->mii_ts, skb, type); in phy_txtstamp()
|
| /linux-6.15/drivers/net/dsa/sja1105/ |
| H A D | sja1105_spi.c | 796 .txtstamp = sja1110_txtstamp, 847 .txtstamp = sja1110_txtstamp, 898 .txtstamp = sja1110_txtstamp, 949 .txtstamp = sja1110_txtstamp,
|
| H A D | sja1105.h | 152 void (*txtstamp)(struct dsa_switch *ds, int port, struct sk_buff *skb); member
|
| H A D | sja1105_ptp.c | 500 if (priv->info->txtstamp) in sja1105_port_txtstamp() 501 priv->info->txtstamp(ds, port, skb); in sja1105_port_txtstamp()
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | netcp.h | 139 void (*txtstamp)(void *ctx, struct sk_buff *skb); member
|
| H A D | netcp_core.c | 96 void (*txtstamp)(void *context, struct sk_buff *skb); member 1035 if (tx_cb->txtstamp) in netcp_process_tx_compl_packets() 1036 tx_cb->txtstamp(tx_cb->ts_context, skb); in netcp_process_tx_compl_packets() 1187 p_info.txtstamp = NULL; in netcp_tx_submit_skb() 1214 tx_cb->txtstamp = p_info.txtstamp; in netcp_tx_submit_skb()
|
| H A D | netcp_ethss.c | 2565 p_info->txtstamp = gbe_txtstamp; in gbe_txtstamp_mark_pkt()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ines.c | 711 port->mii_ts.txtstamp = ines_txtstamp; in ines_ptp_probe_channel()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | bcm-phy-ptp.c | 902 priv->mii_ts.txtstamp = bcm_ptp_txtstamp; in bcm_ptp_init()
|
| H A D | microchip_rds_ptp.c | 1286 clock->mii_ts.txtstamp = mchp_rds_ptp_txtstamp; in mchp_rds_ptp_probe()
|
| H A D | dp83640.c | 1440 dp83640->mii_ts.txtstamp = dp83640_txtstamp; in dp83640_probe()
|
| H A D | nxp-c45-tja11xx.c | 1757 priv->mii_ts.txtstamp = nxp_c45_txtstamp; in nxp_c45_probe()
|
| H A D | micrel.c | 3873 ptp_priv->mii_ts.txtstamp = lan8814_txtstamp; in lan8814_ptp_init() 5373 ptp_priv->mii_ts.txtstamp = lan8814_txtstamp; in lan8841_probe()
|
| /linux-6.15/drivers/net/phy/mscc/ |
| H A D | mscc_ptp.c | 1486 vsc8531->mii_ts.txtstamp = vsc85xx_txtstamp; in __vsc8584_init_ptp()
|
| /linux-6.15/Documentation/networking/ |
| H A D | timestamping.rst | 793 function that calls the ``mii_ts->txtstamp()`` hook is named
|