Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ahci/
HDahci_pci.c457 val = pci_read_config(dev, cap_offset + PCIR_MSIX_TABLE, 4); in ahci_pci_read_msix_bars()
/freebsd-11-stable/sys/dev/pci/
HDpcireg.h966 #define PCIR_MSIX_TABLE 0x4 macro
HDpci.c902 val = REG(ptr + PCIR_MSIX_TABLE, 4); in pci_read_cap()
/freebsd-11-stable/usr.sbin/pciconf/
HDcap.c549 val = read_config(fd, &p->pc_sel, ptr + PCIR_MSIX_TABLE, 4); in cap_msix()