Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c735 uint32_t pf_reg, vf_reg; in ixgbe_if_iov_uninit() local
741 pf_reg = IXGBE_VF_INDEX(sc->pool); in ixgbe_if_iov_uninit()
742 IXGBE_WRITE_REG(hw, IXGBE_VFRE(pf_reg), IXGBE_VF_BIT(sc->pool)); in ixgbe_if_iov_uninit()
743 IXGBE_WRITE_REG(hw, IXGBE_VFTE(pf_reg), IXGBE_VF_BIT(sc->pool)); in ixgbe_if_iov_uninit()
745 if (pf_reg == 0) in ixgbe_if_iov_uninit()