Home
last modified time | relevance | path

Searched refs:msix_table_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/pci/
H A Dpcivar.h121 uint32_t msix_table_offset; member
H A Dpci.c905 cfg->msix.msix_table_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()
1620 offset = msix->msix_table_offset + index * 16; in pci_write_msix_entry()
1662 offset = msix->msix_table_offset + index * 16 + 12; in pci_mask_msix()
1681 offset = msix->msix_table_offset + index * 16 + 12; in pci_unmask_msix()
/freebsd-12.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1369 offset = msix->msix_table_offset + i * PCI_MSIX_ENTRY_SIZE; in intel_ntb_get_msix_info()