Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c3679 u16 msix_count = 1; in ixgbe_get_pcie_msix_count_generic() local
3697 return msix_count; in ixgbe_get_pcie_msix_count_generic()
3701 msix_count = IXGBE_READ_PCIE_WORD(hw, pcie_offset); in ixgbe_get_pcie_msix_count_generic()
3703 msix_count = 0; in ixgbe_get_pcie_msix_count_generic()
3704 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK; in ixgbe_get_pcie_msix_count_generic()
3707 msix_count++; in ixgbe_get_pcie_msix_count_generic()
3709 if (msix_count > max_msix_count) in ixgbe_get_pcie_msix_count_generic()
3710 msix_count = max_msix_count; in ixgbe_get_pcie_msix_count_generic()
3712 return msix_count; in ixgbe_get_pcie_msix_count_generic()