iavf_wr32
void iavf_wr32(struct iavf_hw *hw, uint32_t reg, uint32_t val);
#define wr32(hw, reg, val) iavf_wr32(hw, reg, val)