Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dif_ether.h102 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.h61 if (fk.basic.n_proto == htons(ETH_P_1588)) in mlx5e_use_ptpsq()
Dptp.c677 rule = mlx5e_fs_tt_redirect_any_add_rule(fs, tirn, ETH_P_1588); in mlx5e_ptp_rx_set_fs()
/Linux-v6.1/drivers/net/phy/mscc/
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()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c120 unlikely(eth_hdr(skb)->h_proto == htons(ETH_P_1588))) in aq_ndev_start_xmit()
Daq_ptp.c586 aq_ptp->eth_type_filter.ethertype = ETH_P_1588; in aq_ptp_prepare_filters()
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c777 case ETH_P_1588: in tc_add_ethtype_flow()
820 case ETH_P_1588: in tc_del_ethtype_flow()
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c577 err = mv88e6xxx_ptp_write(chip, MV88E6XXX_PTP_GC_ETYPE, ETH_P_1588); in mv88e6xxx_hwtstamp_setup()
/Linux-v6.1/drivers/net/ethernet/ti/
Dcpsw_priv.c564 seq_id = (30 << CPSW_V1_SEQ_ID_OFS_SHIFT) | ETH_P_1588; in cpsw_hwtstamp_v1()
612 writel_relaxed(ETH_P_1588, &cpsw->regs->ts_ltype); in cpsw_hwtstamp_v2()
Dam65-cpsw-nuss.c1279 AM65_CPSW_PN_TS_SEQ_ID_OFFSET_SHIFT) | ETH_P_1588; in am65_cpsw_nuss_hwtstamp_set()
1283 ts_ctrl_ltype2 = ETH_P_1588 | in am65_cpsw_nuss_hwtstamp_set()
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()
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_ptp.c320 *(__be16 *)trap->key.etype.etype.value = htons(ETH_P_1588); in ocelot_populate_l2_ptp_trap_key()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c1111 ETH_P_1588)); /* 1588 eth protocol type */ in ixgbe_ptp_set_timestamp_mode()
/Linux-v6.1/drivers/net/ethernet/cavium/thunder/
Dnic_main.c911 (ETYPE_ALG_ENDPARSE << 16) | ETH_P_1588); in nic_config_timestamp()
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_ptp.c1268 ETH_P_1588)); /* 1588 eth protocol type */ in igb_ptp_set_timestamp_mode()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c1020 case ETH_P_1588: in otx2_ptp_is_sync()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1424 return (eth->h_proto == htons(ETH_P_1588)) ? 12 : 14; in hw_atl_b0_rx_extract_ts()
/Linux-v6.1/net/core/
Dflow_dissector.c1359 case htons(ETH_P_1588): { in __skb_flow_dissect()
/Linux-v6.1/drivers/net/ethernet/sfc/
Dptp.c1354 rxfilter.ether_type = htons(ETH_P_1588); in efx_ptp_insert_eth_filter()
/Linux-v6.1/drivers/net/ethernet/intel/e1000e/
Dnetdev.c3729 rxmtrl |= ETH_P_1588; in e1000e_config_hwtstamp()