Searched refs:twostep (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-eth.c | 620 u8 *msgtype, u8 *twostep, u8 *udp, in dpaa2_eth_ptp_parse() argument 638 *twostep = hdr->flag_field[0] & 0x2; in dpaa2_eth_ptp_parse() 662 u8 msgtype, twostep, udp; in dpaa2_eth_enable_tx_tstamp() local 687 if (dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_enable_tx_tstamp() 689 msgtype != 0 || twostep) { in dpaa2_eth_enable_tx_tstamp() 1198 u8 msgtype, twostep, udp; in dpaa2_eth_tx() local 1213 if (!dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_tx() 1215 if (msgtype == 0 && twostep == 0) { in dpaa2_eth_tx()
|