Home
last modified time | relevance | path

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

/src/sys/dev/ixl/
H A Di40e_osdep.h226 #define rd64(a, reg) (\ macro
H A Dixl_pf_main.c2404 u64 new_data = rd64(hw, reg); in _ixl_stat_update_helper()
/src/sys/dev/ice/
H A Dice_osdep.c209 rd64(struct ice_hw *hw, uint32_t reg) in rd64() function
H A Dice_osdep.h86 uint64_t rd64(struct ice_hw *hw, uint32_t reg);
H A Dice_common.c5906 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40()
/src/sys/dev/irdma/
H A Dosdep.h191 #define rd64(a, reg) irdma_rd64((a)->dev_context, (reg)) macro