Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf_iov.c39 static void ixl_vf_unregister_intr(struct i40e_hw *hw, uint32_t vpint_reg);
310 ixl_vf_unregister_intr(struct i40e_hw *hw, uint32_t vpint_reg) in ixl_vf_unregister_intr() argument
313 wr32(hw, vpint_reg, I40E_VPINT_LNKLSTN_FIRSTQ_TYPE_MASK | in ixl_vf_unregister_intr()
322 uint32_t vfint_reg, vpint_reg; in ixl_vf_release_resources() local
341 vpint_reg = IXL_VPINT_LNKLSTN_REG(hw, i, vf->vf_num); in ixl_vf_release_resources()
342 ixl_vf_unregister_intr(hw, vpint_reg); in ixl_vf_release_resources()