Lines Matching refs:vf
377 str = "82599 VF";
381 str = "X540 VF";
385 str = "X550 VF";
389 str = "X550EM X VF";
393 str = "X550EM A VF";
560 /* Check if VF was disabled by PF */
563 /* PF is not capable of controlling VF state. Enable the link. */
609 struct ixgbevf_hw_stats *stats = &sc->stats.vf;
745 /* Reset VF and renegotiate mailbox API version */
797 /* PF is not capable of controlling VF state. Enable the link. */
800 device_printf(dev, "VF is disabled by PF\n");
994 * Newer devices than 82598 have VF function, so this function is
1896 "setup. It is likely the receive unit for this VF will "
2415 * The VF stats registers never have a truly virgin
2424 sc->stats.vf.last_vfgprc = IXGBE_READ_REG(hw, IXGBE_VFGPRC);
2425 sc->stats.vf.last_vfgorc = IXGBE_READ_REG(hw, IXGBE_VFGORC_LSB);
2426 sc->stats.vf.last_vfgorc |=
2429 sc->stats.vf.last_vfgptc = IXGBE_READ_REG(hw, IXGBE_VFGPTC);
2430 sc->stats.vf.last_vfgotc = IXGBE_READ_REG(hw, IXGBE_VFGOTC_LSB);
2431 sc->stats.vf.last_vfgotc |=
2434 sc->stats.vf.last_vfmprc = IXGBE_READ_REG(hw, IXGBE_VFMPRC);
2463 struct ixgbevf_hw_stats *stats = &sc->stats.vf;
2473 /* VF doesn't count errors by hardware */
2619 * ixv_add_stats_sysctls - Add statistic sysctls for the VF.
2627 struct ixgbevf_hw_stats *stats = &sc->stats.vf;
2816 struct ixgbevf_hw_stats *stats = &sc->stats.vf;
2868 * Call ixv_init_stats() to save last VF counters' values.
3056 /* Is a virtual function (VF) */
3522 * Note: The VF device MUST use MSI-X, there is no fallback.