Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c890 vf->pci_saved_command = command; in ixgbe_iov_recovery_task()
900 success = command == vf->pci_saved_command; in ixgbe_iov_recovery_task()
924 vf->pci_saved_command = 0; in ixgbe_iov_recovery_task()
1641 vf->pci_saved_command = 0; in ixgbe_handle_mbx()
1957 vf->pci_saved_command = 0; in ixgbe_init_vf()
H A Dixgbe.h378 uint16_t pci_saved_command; member