Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dif_sriov.c718 uint32_t pf_reg, vf_reg; in ixgbe_if_iov_uninit() local
724 pf_reg = IXGBE_VF_INDEX(sc->pool); in ixgbe_if_iov_uninit()
725 IXGBE_WRITE_REG(hw, IXGBE_VFRE(pf_reg), IXGBE_VF_BIT(sc->pool)); in ixgbe_if_iov_uninit()
726 IXGBE_WRITE_REG(hw, IXGBE_VFTE(pf_reg), IXGBE_VF_BIT(sc->pool)); in ixgbe_if_iov_uninit()
728 if (pf_reg == 0) in ixgbe_if_iov_uninit()