Searched refs:GLGEN_VFLRSTAT (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_hw_autogen.h160 #define GLGEN_VFLRSTAT(_i) (0x00093A04 + ((_i) * 4)) macro
H A Dice_sriov.c193 wr32(hw, GLGEN_VFLRSTAT(reg_idx), BIT(bit_idx));
701 /* clear the VFLR bit in GLGEN_VFLRSTAT */
704 wr32(hw, GLGEN_VFLRSTAT(reg_idx), BIT(bit_idx));
1219 /* read GLGEN_VFLRSTAT register to find out the flr VFs */
1220 reg = rd32(hw, GLGEN_VFLRSTAT(reg_idx));
1222 /* GLGEN_VFLRSTAT bit will be cleared in ice_reset_vf */

Completed in 361 milliseconds