Home
last modified time | relevance | path

Searched refs:VFGEN_RSTAT (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_lan_vf_regs.h8 #define VFGEN_RSTAT 0x00008800 macro
H A Didpf_vf_dev.c132 adapter->reset_reg.rstat = idpf_get_reg_addr(adapter, VFGEN_RSTAT); in idpf_vf_reset_reg_init()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c496 wr32(hw, VFGEN_RSTAT(vf->vf_id), VIRTCHNL_VFR_VFACTIVE); in ice_start_vfs()
542 wr32(hw, VFGEN_RSTAT(vf->vf_id), VIRTCHNL_VFR_INPROGRESS); in ice_sriov_clear_reset_state()
654 wr32(&vf->pf->hw, VFGEN_RSTAT(vf->vf_id), VIRTCHNL_VFR_VFACTIVE); in ice_sriov_post_vsi_rebuild()
H A Dice_hw_autogen.h175 #define VFGEN_RSTAT(_VF) (0x00074000 + ((_VF) * 4)) macro