Home
last modified time | relevance | path

Searched refs:twostep (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_ptp.c625 u8 msgtype, twostep; in ocelot_ptp_is_onestep_sync() local
632 twostep = hdr->flag_field[0] & 0x2; in ocelot_ptp_is_onestep_sync()
634 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) in ocelot_ptp_is_onestep_sync()
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/
Denetc.c94 u8 *msgtype, u8 *twostep, in enetc_ptp_parse() argument
117 *twostep = hdr->flag_field[0] & 0x2; in enetc_ptp_parse()
134 u8 msgtype, twostep, udp; in enetc_map_tx_buffs() local
164 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, &offset1, in enetc_map_tx_buffs()
166 msgtype != PTP_MSGTYPE_SYNC || twostep) in enetc_map_tx_buffs()
633 u8 udp, msgtype, twostep; in enetc_xmit() local
646 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, in enetc_xmit()
648 msgtype != PTP_MSGTYPE_SYNC || twostep != 0) in enetc_xmit()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c727 u8 *msgtype, u8 *twostep, u8 *udp, in dpaa2_eth_ptp_parse() argument
745 *twostep = hdr->flag_field[0] & 0x2; in dpaa2_eth_ptp_parse()
768 u8 msgtype, twostep, udp; in dpaa2_eth_enable_tx_tstamp() local
793 if (dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_enable_tx_tstamp()
795 msgtype != PTP_MSGTYPE_SYNC || twostep) { in dpaa2_eth_enable_tx_tstamp()
1502 u8 msgtype, twostep, udp; in dpaa2_eth_tx() local
1517 if (!dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_tx()
1519 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) { in dpaa2_eth_tx()