Home
last modified time | relevance | path

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

/dpdk/drivers/common/iavf/
H A Diavf_osdep.h140 #define IAVF_READ_REG(hw, reg) rd32(hw, reg) macro
143 #define IAVF_WRITE_FLUSH(a) IAVF_READ_REG(a, IAVF_VFGEN_RSTAT)
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c254 if ((IAVF_READ_REG(hw, IAVF_VFGEN_RSTAT) & in iavf_vfr_inprogress()
1888 reset = IAVF_READ_REG(hw, IAVF_VFGEN_RSTAT) & in iavf_check_vf_reset_done()
2474 icr0 = IAVF_READ_REG(hw, IAVF_VFINT_ICR01); in iavf_dev_alarm_handler()
/dpdk/drivers/net/ice/
H A Dice_dcf.c370 reset = IAVF_READ_REG(avf, IAVF_VFGEN_RSTAT) & in ice_dcf_check_reset_done()
H A Dice_dcf_ethdev.c1635 return !(IAVF_READ_REG(hw, IAVF_VF_ARQLEN1) & in ice_dcf_is_reset()