HomeSort by: relevance | last modified time | path
    Searched defs:msix (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/igc/
if_igc.h 261 uint32_t msix; member in struct:igc_queue
  /src/sys/dev/pci/ixgbe/
ixgbe.h 326 u32 msix; /* This queue's MSI-X vector */ member in struct:ix_queue
  /src/sys/dev/pci/
if_mcx.c 2756 int i, msix; local
2956 msix = counts[PCI_INTR_TYPE_MSIX];
2957 msix--; /* admin ops took one */
2959 sc->sc_nqueues = uimin(MCX_MAX_QUEUES, msix);

Completed in 26 milliseconds