Searched refs:twostep (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mscc/ |
D | ocelot_ptp.c | 646 u8 msgtype, twostep; in ocelot_ptp_is_onestep_sync() local 653 twostep = hdr->flag_field[0] & 0x2; in ocelot_ptp_is_onestep_sync() 655 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) in ocelot_ptp_is_onestep_sync()
|
/Linux-v6.6/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 113 u8 *msgtype, u8 *twostep, in enetc_ptp_parse() argument 136 *twostep = hdr->flag_field[0] & 0x2; in enetc_ptp_parse() 153 u8 msgtype, twostep, udp; in enetc_map_tx_buffs() local 183 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, &offset1, in enetc_map_tx_buffs() 185 msgtype != PTP_MSGTYPE_SYNC || twostep) in enetc_map_tx_buffs() 652 u8 udp, msgtype, twostep; in enetc_xmit() local 665 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, in enetc_xmit() 667 msgtype != PTP_MSGTYPE_SYNC || twostep != 0) in enetc_xmit()
|
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 757 u8 *msgtype, u8 *twostep, u8 *udp, in dpaa2_eth_ptp_parse() argument 775 *twostep = hdr->flag_field[0] & 0x2; in dpaa2_eth_ptp_parse() 798 u8 msgtype, twostep, udp; in dpaa2_eth_enable_tx_tstamp() local 823 if (dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_enable_tx_tstamp() 825 msgtype != PTP_MSGTYPE_SYNC || twostep) { in dpaa2_eth_enable_tx_tstamp() 1543 u8 msgtype, twostep, udp; in dpaa2_eth_tx() local 1558 if (!dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_tx() 1560 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) { in dpaa2_eth_tx()
|