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.c3571 u16 msix_count = 1; local
3588 return msix_count;
3592 msix_count = IXGBE_READ_PCIE_WORD(hw, pcie_offset);
3594 msix_count = 0;
3595 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK;
3598 msix_count++;
3600 if (msix_count > max_msix_count)
3601 msix_count = max_msix_count;
3603 return msix_count;

Completed in 68 milliseconds