Home
last modified time | relevance | path

Searched refs:txtstamp (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/net/core/
Dtimestamping.c36 if (likely(mii_ts->txtstamp)) { in skb_clone_tx_timestamp()
40 mii_ts->txtstamp(mii_ts, clone, type); in skb_clone_tx_timestamp()
/Linux-v6.1/include/linux/
Dmii_timestamper.h50 void (*txtstamp)(struct mii_timestamper *mii_ts, member
Dphy.h1359 return phydev && phydev->mii_ts && phydev->mii_ts->txtstamp; in phy_has_txtstamp()
1382 phydev->mii_ts->txtstamp(phydev->mii_ts, skb, type); in phy_txtstamp()
/Linux-v6.1/drivers/net/dsa/sja1105/
Dsja1105_spi.c795 .txtstamp = sja1110_txtstamp,
845 .txtstamp = sja1110_txtstamp,
895 .txtstamp = sja1110_txtstamp,
945 .txtstamp = sja1110_txtstamp,
Dsja1105.h150 void (*txtstamp)(struct dsa_switch *ds, int port, struct sk_buff *skb); member
Dsja1105_ptp.c530 if (priv->info->txtstamp) in sja1105_port_txtstamp()
531 priv->info->txtstamp(ds, port, skb); in sja1105_port_txtstamp()
/Linux-v6.1/drivers/net/ethernet/ti/
Dnetcp.h139 void (*txtstamp)(void *ctx, struct sk_buff *skb); member
Dnetcp_core.c96 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()
Dnetcp_ethss.c2570 p_info->txtstamp = gbe_txtstamp; in gbe_txtstamp_mark_pkt()
/Linux-v6.1/drivers/ptp/
Dptp_ines.c717 port->mii_ts.txtstamp = ines_txtstamp; in ines_ptp_probe_channel()
/Linux-v6.1/drivers/net/phy/
Dbcm-phy-ptp.c904 priv->mii_ts.txtstamp = bcm_ptp_txtstamp; in bcm_ptp_init()
Dnxp-c45-tja11xx.c1326 priv->mii_ts.txtstamp = nxp_c45_txtstamp; in nxp_c45_probe()
Ddp83640.c1449 dp83640->mii_ts.txtstamp = dp83640_txtstamp; in dp83640_probe()
Dmicrel.c2933 ptp_priv->mii_ts.txtstamp = lan8814_txtstamp; in lan8814_ptp_init()
/Linux-v6.1/drivers/net/phy/mscc/
Dmscc_ptp.c1485 vsc8531->mii_ts.txtstamp = vsc85xx_txtstamp; in __vsc8584_init_ptp()
/Linux-v6.1/Documentation/networking/
Dtimestamping.rst712 function that calls the ``mii_ts->txtstamp()`` hook is named