Searched refs:twostep (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_ptp.c | 625 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.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A D | enetc.c | 106 u8 *msgtype, u8 *twostep, in enetc_ptp_parse() argument 129 *twostep = hdr->flag_field[0] & 0x2; in enetc_ptp_parse() 146 u8 msgtype, twostep, udp; in enetc_map_tx_buffs() local 176 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, &offset1, in enetc_map_tx_buffs() 178 msgtype != PTP_MSGTYPE_SYNC || twostep) in enetc_map_tx_buffs() 645 u8 udp, msgtype, twostep; in enetc_xmit() local 658 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, in enetc_xmit() 660 msgtype != PTP_MSGTYPE_SYNC || twostep != 0) in enetc_xmit()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A 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()
|
Completed in 17 milliseconds