Searched refs:max_msix_count (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2821 u16 max_msix_count; ixgbe_get_pcie_msix_count_generic() local
2827 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598; ixgbe_get_pcie_msix_count_generic()
2834 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; ixgbe_get_pcie_msix_count_generic()
2848 if (msix_count > max_msix_count) ixgbe_get_pcie_msix_count_generic()
2849 msix_count = max_msix_count; ixgbe_get_pcie_msix_count_generic()

Completed in 81 milliseconds