Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ahci/
H A Dahci_pci.c448 val = pci_read_config(dev, cap_offset + PCIR_MSIX_TABLE, 4); in ahci_pci_read_msix_bars()
/freebsd-12.1/sys/dev/pci/
H A Dpcireg.h942 #define PCIR_MSIX_TABLE 0x4 macro
H A Dpci.c902 val = REG(ptr + PCIR_MSIX_TABLE, 4); in pci_read_cap()
/freebsd-12.1/usr.sbin/pciconf/
H A Dcap.c553 val = read_config(fd, &p->pc_sel, ptr + PCIR_MSIX_TABLE, 4); in cap_msix()