Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/iavf/
Diavf_register.h64 #define IAVF_VFGEN_RSTAT 0x00008800 /* Reset: VFR */ macro
Diavf_lib.c154 sc->osdep.flush_reg = IAVF_VFGEN_RSTAT; in iavf_allocate_pci_resources_common()
241 reg = rd32(hw, IAVF_VFGEN_RSTAT) & in iavf_reset_complete()
412 rd32(hw, IAVF_VFGEN_RSTAT); in iavf_enable_adminq_irq()
Dif_iavf_iflib.c1384 val = rd32(hw, IAVF_VFGEN_RSTAT) & in iavf_if_timer()
1665 rd32(hw, IAVF_VFGEN_RSTAT); in iavf_disable_queue_irq()
Diavf_vc_common.c623 wr32(&sc->hw, IAVF_VFGEN_RSTAT, VIRTCHNL_VFR_INPROGRESS); in iavf_request_reset()