Home
last modified time | relevance | path

Searched refs:PCIM_MSIX_BIR_MASK (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c588 table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_msix()
589 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()
592 pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_msix()
593 pba_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c235 msixcap.pba_info & PCIM_MSIX_BIR_MASK; in cfginitmsi()
237 msixcap.pba_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()
239 msixcap.table_info & PCIM_MSIX_BIR_MASK; in cfginitmsi()
241 msixcap.table_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()
H A Dpci_emul.c953 msixcap->table_info = barnum & PCIM_MSIX_BIR_MASK; in pci_populate_msixcap()
954 msixcap->pba_info = msix_tab_size | (barnum & PCIM_MSIX_BIR_MASK); in pci_populate_msixcap()
/freebsd-13.1/sys/dev/ahci/
H A Dahci_pci.c480 *table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in ahci_pci_read_msix_bars()
483 *pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in ahci_pci_read_msix_bars()
/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h969 #define PCIM_MSIX_BIR_MASK 0x7 macro
H A Dpci.c936 PCIM_MSIX_BIR_MASK); in pci_read_cap()
937 cfg->msix.msix_table_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()
940 PCIM_MSIX_BIR_MASK); in pci_read_cap()
941 cfg->msix.msix_pba_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()