ptp_txintr_finish_head()
Return a packet's Tx timestamp when the timestamp has been received
Synopsis:
#include <qnx/ptp/ptp_mod.h>
int ptp_txintr_finish_head(struct ptp_ctx *ctx,
struct ptp_time *ptp_time)
Arguments:
- ctx
- The driver's PTP context.
- ptp_time
- The timestamp returned by the driver.
Library:
ptpDescription:
The ptp_txintr_finish_head() function takes the same action as ptp_txintr_finish(), except instead of comparing the header, it associates the timestamp with the first available tag.
Returns:
EOK on success; otherwise, one of the following:
- ENOENT - No available tag found.
Page updated: