/openbmc/u-boot/include/linux/ |
H A D | if_ether.h | 98 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_ether.h | 102 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | ptp.h | 81 if (fk.basic.n_proto == htons(ETH_P_1588)) in mlx5e_use_ptpsq()
|
H A D | ptp.c | 833 rule = mlx5e_fs_tt_redirect_any_add_rule(fs, tirn, ETH_P_1588); in mlx5e_ptp_rx_set_fs()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 121 unlikely(eth_hdr(skb)->h_proto == htons(ETH_P_1588))) in aq_ndev_start_xmit()
|
H A D | aq_ptp.c | 586 aq_ptp->eth_type_filter.ethertype = ETH_P_1588; in aq_ptp_prepare_filters()
|
/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc_ptp.c | 377 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()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_tc.c | 779 case ETH_P_1588: in tc_add_ethtype_flow() 822 case ETH_P_1588: in tc_del_ethtype_flow()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 577 err = mv88e6xxx_ptp_write(chip, MV88E6XXX_PTP_GC_ETYPE, ETH_P_1588); in mv88e6xxx_hwtstamp_setup()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 565 seq_id = (30 << CPSW_V1_SEQ_ID_OFS_SHIFT) | ETH_P_1588; in cpsw_hwtstamp_v1() 613 writel_relaxed(ETH_P_1588, &cpsw->regs->ts_ltype); in cpsw_hwtstamp_v2()
|
H A D | am65-cpsw-nuss.c | 1319 AM65_CPSW_PN_TS_SEQ_ID_OFFSET_SHIFT) | ETH_P_1588; in am65_cpsw_nuss_hwtstamp_set() 1323 ts_ctrl_ltype2 = ETH_P_1588 | in am65_cpsw_nuss_hwtstamp_set()
|
H A D | netcp_ethss.c | 2627 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()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 320 *(__be16 *)trap->key.etype.etype.value = htons(ETH_P_1588); in ocelot_populate_l2_ptp_trap_key()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 1094 ETH_P_1588)); /* 1588 eth protocol type */ in ixgbe_ptp_set_timestamp_mode()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 132 return vcap_rule_add_key_u32(vrule, VCAP_KF_ETYPE, ETH_P_1588, ~0); in lan966x_ptp_add_l2_key()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nic_main.c | 911 (ETYPE_ALG_ENDPARSE << 16) | ETH_P_1588); in nic_config_timestamp()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 1250 ETH_P_1588)); /* 1588 eth protocol type */ in igb_ptp_set_timestamp_mode()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 1424 return (eth->h_proto == htons(ETH_P_1588)) ? 12 : 14; in hw_atl_b0_rx_extract_ts()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 1049 case ETH_P_1588: in otx2_ptp_is_sync()
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 1439 case htons(ETH_P_1588): { in __skb_flow_dissect()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 1318 spec.ether_type = htons(ETH_P_1588); in efx_ptp_insert_eth_multicast_filter()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 3721 rxmtrl |= ETH_P_1588; in e1000e_config_hwtstamp()
|