Home
last modified time | relevance | path

Searched refs:OFF_PTP_SEQUENCE_ID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dptp_classify.h48 #define OFF_PTP_SEQUENCE_ID 30 macro
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c288 if (skb->len < offset + OFF_PTP_SEQUENCE_ID + sizeof(seqid)) in ixp_ptp_match()
292 id = (u16 *)(data + offset + OFF_PTP_SEQUENCE_ID); in ixp_ptp_match()
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c116 if (skb->len < offset + OFF_PTP_SEQUENCE_ID + sizeof(seqid)) in pch_ptp_match()
121 id = get_unaligned_be16(data + offset + OFF_PTP_SEQUENCE_ID); in pch_ptp_match()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3518 if (skb->len < offset + OFF_PTP_SEQUENCE_ID + sizeof(short)) in t4_systim_to_hwstamp()