HomeSort by: relevance | last modified time | path
    Searched refs:PIC_MSIX (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/x86/include/
pic.h 25 struct msipic *pic_msipic; /* if (pic_type == PIC_MSI) || (pic_type == PIC_MSIX) */
39 #define PIC_MSIX 4
  /src/sys/arch/xen/x86/
pintr.c 228 KASSERT(pic->pic_type == PIC_MSIX);
340 case PIC_MSIX:
xen_intr.c 463 if ((pic->pic_type == PIC_MSI) || (pic->pic_type == PIC_MSIX)) {
474 else if (pic->pic_type == PIC_MSIX)
  /src/sys/arch/x86/pci/
msipic.c 650 .pic_type = PIC_MSIX,
792 KASSERT(msix_pic->pic_type == PIC_MSIX);
pci_msi_machdep.c 82 else if (msi_pic->pic_type == PIC_MSIX)
  /src/sys/arch/x86/x86/
intr.c 310 if ((pic->pic_type == PIC_MSI) || (pic->pic_type == PIC_MSIX)) {
321 else if (pic->pic_type == PIC_MSIX)
498 if (pic->pic_type == PIC_MSI || pic->pic_type == PIC_MSIX)

Completed in 33 milliseconds