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

Function txgbe_set32

dpdk/drivers/net/txgbe/base/txgbe_regs.h:1775–1780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773}
1774
1775static inline void
1776txgbe_set32(volatile u32 *addr, u32 val)
1777{
1778 val = rte_cpu_to_le_32(val);
1779 TXGBE_REG_WRITE32(addr, val);
1780}
1781
1782static inline u32
1783txgbe_get32_masked(volatile u32 *addr, u32 mask)

Callers 3

txgbe_recv_pktsFunction · 0.85
txgbe_set32_maskedFunction · 0.85
wr32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected