Home
last modified time | relevance | path

Searched refs:ETH_P_1588 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_ether.h97 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h99 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_ether.h97 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c115 unlikely(eth_hdr(skb)->h_proto == htons(ETH_P_1588))) in aq_ndev_start_xmit()
H A Daq_ptp.c586 aq_ptp->eth_type_filter.ethertype = ETH_P_1588; in aq_ptp_prepare_filters()
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_ptp.c377 if (ethhdr->h_proto == htons(ETH_P_1588)) in get_ptp_header_tx()
979 ANA_ETH1_NTX_PROT_PTP_OAM, ETH_P_1588); in vsc85xx_ts_engine_init()
981 ANA_ETH1_NTX_PROT_PTP_OAM, ETH_P_1588); in vsc85xx_ts_engine_init()
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c573 err = mv88e6xxx_ptp_write(chip, MV88E6XXX_PTP_GC_ETYPE, ETH_P_1588); in mv88e6xxx_hwtstamp_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_priv.c563 seq_id = (30 << CPSW_V1_SEQ_ID_OFS_SHIFT) | ETH_P_1588; in cpsw_hwtstamp_v1()
611 writel_relaxed(ETH_P_1588, &cpsw->regs->ts_ltype); in cpsw_hwtstamp_v2()
H A Dam65-cpsw-nuss.c1265 AM65_CPSW_PN_TS_SEQ_ID_OFFSET_SHIFT) | ETH_P_1588; in am65_cpsw_nuss_hwtstamp_set()
1269 ts_ctrl_ltype2 = ETH_P_1588 | in am65_cpsw_nuss_hwtstamp_set()
H A Dnetcp_ethss.c2627 seq_id = (30 << TS_SEQ_ID_OFS_SHIFT) | ETH_P_1588; in gbe_hwtstamp()
2629 ctl = ETH_P_1588 | TS_TTL_NONZERO | in gbe_hwtstamp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c1108 ETH_P_1588)); /* 1588 eth protocol type */ in ixgbe_ptp_set_timestamp_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1124 ETH_P_1588)); /* 1588 eth protocol type */ in igb_ptp_set_timestamp_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c911 (ETYPE_ALG_ENDPARSE << 16) | ETH_P_1588); in nic_config_timestamp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1424 return (eth->h_proto == htons(ETH_P_1588)) ? 12 : 14; in hw_atl_b0_rx_extract_ts()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c3731 rxmtrl |= ETH_P_1588; in e1000e_config_hwtstamp()