Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c3572 u16 max_msix_count; in ixgbe_get_pcie_msix_count_generic() local
3578 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598; in ixgbe_get_pcie_msix_count_generic()
3585 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; in ixgbe_get_pcie_msix_count_generic()
3600 if (msix_count > max_msix_count) in ixgbe_get_pcie_msix_count_generic()
3601 msix_count = max_msix_count; in ixgbe_get_pcie_msix_count_generic()