Home
last modified time | relevance | path

Searched refs:HWTSTAMP_SOURCE_PHYLIB (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/core/
H A Dtimestamping.c37 if (hwprov->source != HWTSTAMP_SOURCE_PHYLIB || in skb_clone_tx_timestamp()
80 if (hwprov->source != HWTSTAMP_SOURCE_PHYLIB || in skb_defer_rx_timestamp()
H A Ddev_ioctl.c265 if (hwprov->source == HWTSTAMP_SOURCE_PHYLIB && in dev_get_hwtstamp_phylib()
341 if (hwprov->source == HWTSTAMP_SOURCE_PHYLIB && in dev_set_hwtstamp_phylib()
358 cfg->source = phy_ts ? HWTSTAMP_SOURCE_PHYLIB : HWTSTAMP_SOURCE_NETDEV; in dev_set_hwtstamp_phylib()
/linux-6.15/include/linux/
H A Dnet_tstamp.h19 HWTSTAMP_SOURCE_PHYLIB, enumerator
/linux-6.15/net/ethtool/
H A Dtsconfig.c280 source = HWTSTAMP_SOURCE_PHYLIB; in tsconfig_set_hwprov_from_desc()
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c474 cfg->source != HWTSTAMP_SOURCE_PHYLIB) in lan966x_port_hwtstamp_set()