MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bnxt_ptp_stop

Function bnxt_ptp_stop

dpdk/drivers/net/bnxt/bnxt_ethdev.c:1483–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481}
1482
1483static void bnxt_ptp_stop(struct bnxt *bp)
1484{
1485 bnxt_cancel_ptp_alarm(bp);
1486 bp->flags2 &= ~BNXT_FLAGS2_PTP_TIMESYNC_ENABLED;
1487}
1488
1489static int bnxt_ptp_start(struct bnxt *bp)
1490{

Callers 1

bnxt_timesync_disableFunction · 0.85

Calls 1

bnxt_cancel_ptp_alarmFunction · 0.85

Tested by

no test coverage detected