Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c761 u8 *msgtype, u8 *twostep, u8 *udp, in dpaa2_eth_ptp_parse() argument
779 *twostep = hdr->flag_field[0] & 0x2; in dpaa2_eth_ptp_parse()
802 u8 msgtype, twostep, udp; in dpaa2_eth_enable_tx_tstamp() local
827 if (dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_enable_tx_tstamp()
829 msgtype != PTP_MSGTYPE_SYNC || twostep) { in dpaa2_eth_enable_tx_tstamp()
1546 u8 msgtype, twostep, udp; in dpaa2_eth_tx() local
1561 if (!dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_tx()
1563 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) { in dpaa2_eth_tx()