Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcivar.h118 uint32_t msix_table_offset; member
H A Dpci.c937 cfg->msix.msix_table_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()
1664 offset = msix->msix_table_offset + index * 16; in pci_write_msix_entry()
1706 offset = msix->msix_table_offset + index * 16 + 12; in pci_mask_msix()
1725 offset = msix->msix_table_offset + index * 16 + 12; in pci_unmask_msix()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1653 offset = msix->msix_table_offset + i * PCI_MSIX_ENTRY_SIZE; in intel_ntb_get_msix_info()