Lines Matching refs:second
316 ctx->pkt->timestamp.second = timestamp->TimeStampHigh; in HAL_ETH_TxPtpCallback()
516 pkt->timestamp.second = last_dma_tx_desc->TimeStampHigh; in eth_tx()
520 pkt->timestamp.second = UINT64_MAX; in eth_tx()
570 timestamp.second = UINT64_MAX; in eth_rx()
608 timestamp.second = ts_registers.TimeStampHigh; in eth_rx()
617 timestamp.second = last_dma_rx_desc->TimeStampHigh; in eth_rx()
688 pkt->timestamp.second = timestamp.second; in eth_rx()
690 if (timestamp.second != UINT64_MAX) { in eth_rx()
1362 heth->Instance->MACSTSUR = tm->second; in ptp_clock_stm32_set()
1369 heth->Instance->PTPTSHUR = tm->second; in ptp_clock_stm32_set()
1394 tm->second = heth->Instance->MACSTSR; in ptp_clock_stm32_get()
1398 tm->second = heth->Instance->PTPTSHR; in ptp_clock_stm32_get()
1405 if (tm->second != second_2 && tm->nanosecond < NSEC_PER_SEC / 2) { in ptp_clock_stm32_get()
1410 tm->second = second_2; in ptp_clock_stm32_get()