Symbol: ETH_P_1588
drivers/net/dsa/mv88e6xxx/hwtstamp.c
573
err = mv88e6xxx_ptp_write(chip, MV88E6XXX_PTP_ETHERTYPE, ETH_P_1588);
drivers/net/ethernet/aquantia/atlantic/aq_main.c
121
unlikely(eth_hdr(skb)->h_proto == htons(ETH_P_1588)))
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
586
aq_ptp->eth_type_filter.ethertype = ETH_P_1588;
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1407
return (eth->h_proto == htons(ETH_P_1588)) ? 12 : 14;
drivers/net/ethernet/cavium/thunder/nic_main.c
911
(ETYPE_ALG_ENDPARSE << 16) | ETH_P_1588);
drivers/net/ethernet/intel/e1000e/netdev.c
3729
rxmtrl |= ETH_P_1588;
drivers/net/ethernet/intel/igb/igb_ptp.c
1240
ETH_P_1588)); /* 1588 eth protocol type */
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
1102
ETH_P_1588)); /* 1588 eth protocol type */
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
1097
case ETH_P_1588:
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
853
rule = mlx5e_fs_tt_redirect_any_add_rule(fs, tirn, ETH_P_1588);
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h
81
if (fk.basic.n_proto == htons(ETH_P_1588))
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
135
return vcap_rule_add_key_u32(vrule, VCAP_KF_ETYPE, ETH_P_1588, ~0);
drivers/net/ethernet/mscc/ocelot_ptp.c
317
*(__be16 *)trap->key.etype.etype.value = htons(ETH_P_1588);
drivers/net/ethernet/sfc/ptp.c
1323
spec.ether_type = htons(ETH_P_1588);
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
769
case ETH_P_1588:
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
812
case ETH_P_1588:
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1848
AM65_CPSW_PN_TS_SEQ_ID_OFFSET_SHIFT) | ETH_P_1588;
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1852
ts_ctrl_ltype2 = ETH_P_1588 |
drivers/net/ethernet/ti/cpsw_priv.c
565
seq_id = (30 << CPSW_V1_SEQ_ID_OFS_SHIFT) | ETH_P_1588;
drivers/net/ethernet/ti/cpsw_priv.c
613
writel_relaxed(ETH_P_1588, &cpsw->regs->ts_ltype);
drivers/net/ethernet/ti/netcp_ethss.c
2628
seq_id = (30 << TS_SEQ_ID_OFS_SHIFT) | ETH_P_1588;
drivers/net/ethernet/ti/netcp_ethss.c
2630
ctl = ETH_P_1588 | TS_TTL_NONZERO |
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
624
ETH_P_1588)); /* 1588 eth protocol type */
drivers/net/phy/mscc/mscc_ptp.c
378
if (ethhdr->h_proto == htons(ETH_P_1588))
drivers/net/phy/mscc/mscc_ptp.c
985
ANA_ETH1_NTX_PROT_PTP_OAM, ETH_P_1588);
drivers/net/phy/mscc/mscc_ptp.c
987
ANA_ETH1_NTX_PROT_PTP_OAM, ETH_P_1588);
net/core/flow_dissector.c
1473
case htons(ETH_P_1588): {