Searched refs:ETH_P_1588 (Results 1 – 18 of 18) sorted by relevance
100 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ macro
59 if (fk.basic.n_proto == htons(ETH_P_1588)) in mlx5e_use_ptpsq()
643 rule = mlx5e_fs_tt_redirect_any_add_rule(priv, tirn, ETH_P_1588); in mlx5e_ptp_rx_set_fs()
118 unlikely(eth_hdr(skb)->h_proto == htons(ETH_P_1588))) in aq_ndev_start_xmit()
586 aq_ptp->eth_type_filter.ethertype = ETH_P_1588; in aq_ptp_prepare_filters()
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()
581 err = mv88e6xxx_ptp_write(chip, MV88E6XXX_PTP_GC_ETYPE, ETH_P_1588); in mv88e6xxx_hwtstamp_setup()
563 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()
1367 AM65_CPSW_PN_TS_SEQ_ID_OFFSET_SHIFT) | ETH_P_1588; in am65_cpsw_nuss_hwtstamp_set()1371 ts_ctrl_ltype2 = ETH_P_1588 | in am65_cpsw_nuss_hwtstamp_set()
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()
1109 ETH_P_1588)); /* 1588 eth protocol type */ in ixgbe_ptp_set_timestamp_mode()
1122 ETH_P_1588)); /* 1588 eth protocol type */ in igb_ptp_set_timestamp_mode()
911 (ETYPE_ALG_ENDPARSE << 16) | ETH_P_1588); in nic_config_timestamp()
300 *(__be16 *)tagging_rule->key.etype.etype.value = htons(ETH_P_1588); in felix_setup_mmio_filtering()
1417 return (eth->h_proto == htons(ETH_P_1588)) ? 12 : 14; in hw_atl_b0_rx_extract_ts()
1269 case htons(ETH_P_1588): { in __skb_flow_dissect()
1284 *(__be16 *)trap->key.etype.etype.value = htons(ETH_P_1588); in ocelot_populate_l2_ptp_trap_key()
3732 rxmtrl |= ETH_P_1588; in e1000e_config_hwtstamp()
Completed in 63 milliseconds