Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c2832 u16 max_msix_count; in ixgbe_get_pcie_msix_count_generic() local
2838 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598; in ixgbe_get_pcie_msix_count_generic()
2845 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; in ixgbe_get_pcie_msix_count_generic()
2859 if (msix_count > max_msix_count) in ixgbe_get_pcie_msix_count_generic()
2860 msix_count = max_msix_count; in ixgbe_get_pcie_msix_count_generic()