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

Function t4_read_reg

dpdk/drivers/net/cxgbe/base/adapter.h:456–459  ·  view source on GitHub ↗

* t4_read_reg - read a HW register * @adapter: the adapter * @reg_addr: the register address * * Returns the 32-bit value of the given HW register. */

Source from the content-addressed store, hash-verified

454 * Returns the 32-bit value of the given HW register.
455 */
456static inline u32 t4_read_reg(struct adapter *adapter, u32 reg_addr)
457{
458 return CXGBE_READ_REG(adapter, reg_addr);
459}
460
461/**
462 * t4_write_reg - write a HW register with barrier

Callers 15

setup_memwinFunction · 0.85
cxgbe_probeFunction · 0.85
cxgbe_init_hash_filterFunction · 0.85
cxgbe_get_filter_countFunction · 0.85
t4_sge_init_softFunction · 0.85
t4_sge_initFunction · 0.85
t4_read_mtu_tblFunction · 0.85
t4_tp_wr_bits_indirectFunction · 0.85
t4_wait_op_done_valFunction · 0.85
t4_set_reg_fieldFunction · 0.85
t4_read_indirectFunction · 0.85
t4_report_fw_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected