Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pci/
H A Dpcivar.h118 uint32_t msix_table_offset; member
H A Dpci.c939 cfg->msix.msix_table_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()
1666 offset = msix->msix_table_offset + index * 16; in pci_write_msix_entry()
1708 offset = msix->msix_table_offset + index * 16 + 12; in pci_mask_msix()
1727 offset = msix->msix_table_offset + index * 16 + 12; in pci_unmask_msix()
/freebsd-14.2/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1541 offset = msix->msix_table_offset + i * PCI_MSIX_ENTRY_SIZE; in intel_ntb_get_msix_info()