Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c3141 u16 msix_count = 1; in ixgbe_get_pcie_msix_count_generic() local
3156 return msix_count; in ixgbe_get_pcie_msix_count_generic()
3160 msix_count = IXGBE_READ_PCIE_WORD(hw, pcie_offset); in ixgbe_get_pcie_msix_count_generic()
3161 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK; in ixgbe_get_pcie_msix_count_generic()
3164 msix_count++; in ixgbe_get_pcie_msix_count_generic()
3166 if (msix_count > max_msix_count) in ixgbe_get_pcie_msix_count_generic()
3167 msix_count = max_msix_count; in ixgbe_get_pcie_msix_count_generic()
3169 return msix_count; in ixgbe_get_pcie_msix_count_generic()