Searched refs:txtstamp (Results 1 – 12 of 12) sorted by relevance
/drivers/net/dsa/sja1105/ |
D | sja1105_spi.c | 796 .txtstamp = sja1110_txtstamp, 847 .txtstamp = sja1110_txtstamp, 898 .txtstamp = sja1110_txtstamp, 949 .txtstamp = sja1110_txtstamp,
|
D | sja1105_ptp.c | 490 if (priv->info->txtstamp) in sja1105_port_txtstamp() 491 priv->info->txtstamp(ds, port, skb); in sja1105_port_txtstamp()
|
D | sja1105.h | 152 void (*txtstamp)(struct dsa_switch *ds, int port, struct sk_buff *skb); member
|
/drivers/net/ethernet/ti/ |
D | netcp.h | 139 void (*txtstamp)(void *ctx, struct sk_buff *skb); member
|
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()
|
D | netcp_ethss.c | 2570 p_info->txtstamp = gbe_txtstamp; in gbe_txtstamp_mark_pkt()
|
/drivers/ptp/ |
D | ptp_ines.c | 717 port->mii_ts.txtstamp = ines_txtstamp; in ines_ptp_probe_channel()
|
/drivers/net/phy/ |
D | bcm-phy-ptp.c | 904 priv->mii_ts.txtstamp = bcm_ptp_txtstamp; in bcm_ptp_init()
|
D | nxp-c45-tja11xx.c | 1326 priv->mii_ts.txtstamp = nxp_c45_txtstamp; in nxp_c45_probe()
|
D | dp83640.c | 1449 dp83640->mii_ts.txtstamp = dp83640_txtstamp; in dp83640_probe()
|
D | micrel.c | 2944 ptp_priv->mii_ts.txtstamp = lan8814_txtstamp; in lan8814_ptp_init()
|
/drivers/net/phy/mscc/ |
D | mscc_ptp.c | 1485 vsc8531->mii_ts.txtstamp = vsc85xx_txtstamp; in __vsc8584_init_ptp()
|