Searched refs:rd64 (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/irdma/ |
| D | utils.c | 128 inline u64 rd64(struct irdma_hw *hw, u32 reg) in rd64() function 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() 1771 rd64(dev->hw, in irdma_cqp_gather_stats_gen1() 1775 rd64(dev->hw, in irdma_cqp_gather_stats_gen1() [all …]
|
| D | osdep.h | 82 u64 rd64(struct irdma_hw *hw, u32 reg);
|
| /Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
| D | iavf_osdep.h | 26 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_osdep.h | 29 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
|
| D | i40e_main.c | 552 new_data = rd64(hw, loreg); in i40e_stat_update48()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_osdep.h | 16 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
|
| D | ice_common.c | 4607 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40()
|