Searched refs:msix_count (Results 1 – 1 of 1) sorted by relevance
3141 u16 msix_count = 1; in ixgbe_get_pcie_msix_count_generic() local3156 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()