Home
last modified time | relevance | path

Searched refs:rd64 (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/irdma/
Dutils.c128 inline u64 rd64(struct irdma_hw *hw, u32 reg) in rd64() function
1735 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1739 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1743 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1747 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1751 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1755 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1759 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1763 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
1767 rd64(dev->hw, in irdma_cqp_gather_stats_gen1()
[all …]
Dosdep.h78 u64 rd64(struct irdma_hw *hw, u32 reg);
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h29 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
Di40e_main.c589 new_data = rd64(hw, loreg); in i40e_stat_update64()
620 new_data = rd64(hw, loreg); in i40e_stat_update48()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_osdep.h26 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_osdep.h24 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
Dice_common.c4711 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40()