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

Function div_u64

dpdk/drivers/net/axgbe/axgbe_ethdev.c:1548–1553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1546}
1547
1548static inline uint64_t
1549div_u64(uint64_t dividend, uint32_t divisor)
1550{
1551 uint32_t remainder;
1552 return div_u64_rem(dividend, divisor, &remainder);
1553}
1554
1555static int
1556axgbe_adjfreq(struct axgbe_port *pdata, int64_t delta)

Callers 2

axgbe_adjfreqFunction · 0.85
axgbe_timesync_enableFunction · 0.85

Calls 1

div_u64_remFunction · 0.85

Tested by

no test coverage detected