Searched refs:I40E_GLGEN_VFLRSTAT (Results 1 – 3 of 3) sorted by relevance
902 wr32(hw, I40E_GLGEN_VFLRSTAT(reg_idx), (1 << bit_idx)); in i40e_free_vfs()1964 reg = rd32(hw, I40E_GLGEN_VFLRSTAT(reg_idx)); in i40e_vc_process_vflr_event()1967 wr32(hw, I40E_GLGEN_VFLRSTAT(reg_idx), (1 << bit_idx)); in i40e_vc_process_vflr_event()
579 #define I40E_GLGEN_VFLRSTAT(_i) (0x00092600 + ((_i) * 4)) /* _i=0...3 */ /* Reset: CORER */ macro