Searched refs:twostep (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 630 u8 *msgtype, u8 *twostep, u8 *udp, in dpaa2_eth_ptp_parse() argument 648 *twostep = hdr->flag_field[0] & 0x2; in dpaa2_eth_ptp_parse() 672 u8 msgtype, twostep, udp; in dpaa2_eth_enable_tx_tstamp() local 697 if (dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_enable_tx_tstamp() 699 msgtype != 0 || twostep) { in dpaa2_eth_enable_tx_tstamp() 1208 u8 msgtype, twostep, udp; in dpaa2_eth_tx() local 1223 if (!dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp, in dpaa2_eth_tx() 1225 if (msgtype == 0 && twostep == 0) { in dpaa2_eth_tx()
|