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

Function wr32

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

Source from the content-addressed store, hash-verified

1818}
1819
1820static inline void
1821wr32(struct txgbe_hw *hw, u32 reg, u32 val)
1822{
1823 if (reg == TXGBE_REG_DUMMY)
1824 return;
1825 txgbe_set32(TXGBE_REG_ADDR(hw, reg), val);
1826}
1827
1828static inline u32
1829rd32m(struct txgbe_hw *hw, u32 reg, u32 mask)

Callers 15

txgbe_obtain_mbx_lock_vfFunction · 0.70
txgbe_write_mbx_vfFunction · 0.70
txgbe_read_mbx_vfFunction · 0.70
txgbe_check_for_bit_pfFunction · 0.70
txgbe_check_for_rst_pfFunction · 0.70
txgbe_obtain_mbx_lock_pfFunction · 0.70
txgbe_write_mbx_pfFunction · 0.70
txgbe_read_mbx_pfFunction · 0.70

Calls 1

txgbe_set32Function · 0.85

Tested by

no test coverage detected