Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c686 device_t *vfdev, int num_vfs) in ixgbe_find_vf_devices() argument
709 vfdev[vfnum] = children[i]; in ixgbe_find_vf_devices()
766 device_t vfdev[IXGBE_64_VM] = {}; in ixgbe_iov_recovery_task() local
792 ixgbe_find_vf_devices(sc, iov_pos, vfdev, num_vfs); in ixgbe_iov_recovery_task()
794 if (vfdev[i] != NULL) in ixgbe_iov_recovery_task()
795 device_busy(vfdev[i]); in ixgbe_iov_recovery_task()
817 if (vfdev[i] == NULL || in ixgbe_iov_recovery_task()
837 status = pci_read_config(vfdev[i], PCIR_STATUS, 2); in ixgbe_iov_recovery_task()
843 pci_write_config(vfdev[i], PCIR_STATUS, in ixgbe_iov_recovery_task()
870 vfdev[i] != NULL) { in ixgbe_iov_recovery_task()
[all …]