Searched refs:txtstamp (Results 1 – 14 of 14) sorted by relevance
/linux/net/core/ |
A D | timestamping.c | 36 if (likely(mii_ts->txtstamp)) { in skb_clone_tx_timestamp() 40 mii_ts->txtstamp(mii_ts, clone, type); in skb_clone_tx_timestamp()
|
/linux/include/linux/ |
A D | mii_timestamper.h | 50 void (*txtstamp)(struct mii_timestamper *mii_ts, member
|
A D | phy.h | 1316 return phydev && phydev->mii_ts && phydev->mii_ts->txtstamp; in phy_has_txtstamp() 1339 phydev->mii_ts->txtstamp(phydev->mii_ts, skb, type); in phy_txtstamp()
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_spi.c | 795 .txtstamp = sja1110_txtstamp, 845 .txtstamp = sja1110_txtstamp, 895 .txtstamp = sja1110_txtstamp, 945 .txtstamp = sja1110_txtstamp,
|
A D | sja1105.h | 150 void (*txtstamp)(struct dsa_switch *ds, int port, struct sk_buff *skb); member
|
A D | sja1105_ptp.c | 501 if (priv->info->txtstamp) in sja1105_port_txtstamp() 502 priv->info->txtstamp(ds, port, skb); in sja1105_port_txtstamp()
|
/linux/drivers/net/ethernet/ti/ |
A D | netcp.h | 139 void (*txtstamp)(void *ctx, struct sk_buff *skb); member
|
A D | netcp_core.c | 97 void (*txtstamp)(void *context, struct sk_buff *skb); member 1036 if (tx_cb->txtstamp) in netcp_process_tx_compl_packets() 1037 tx_cb->txtstamp(tx_cb->ts_context, skb); in netcp_process_tx_compl_packets() 1188 p_info.txtstamp = NULL; in netcp_tx_submit_skb() 1215 tx_cb->txtstamp = p_info.txtstamp; in netcp_tx_submit_skb()
|
A D | netcp_ethss.c | 2570 p_info->txtstamp = gbe_txtstamp; in gbe_txtstamp_mark_pkt()
|
/linux/drivers/ptp/ |
A D | ptp_ines.c | 721 port->mii_ts.txtstamp = ines_txtstamp; in ines_ptp_probe_channel()
|
/linux/drivers/net/phy/ |
A D | nxp-c45-tja11xx.c | 1106 priv->mii_ts.txtstamp = nxp_c45_txtstamp; in nxp_c45_probe()
|
A D | dp83640.c | 1463 dp83640->mii_ts.txtstamp = dp83640_txtstamp; in dp83640_probe()
|
/linux/drivers/net/phy/mscc/ |
A D | mscc_ptp.c | 1488 vsc8531->mii_ts.txtstamp = vsc85xx_txtstamp; in __vsc8584_init_ptp()
|
/linux/Documentation/networking/ |
A D | timestamping.rst | 712 function that calls the ``mii_ts->txtstamp()`` hook is named
|
Completed in 41 milliseconds