Home
last modified time | relevance | path

Searched refs:msix_params (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie.h1289 struct al_pcie_msix_params *msix_params);
H A Dal_hal_pcie.c2687 struct al_pcie_msix_params *msix_params) in al_pcie_msix_config() argument
2698 msix_reg0 |= ((msix_params->table_size - 1) & AL_PCI_MSIX_MSGCTRL_TBL_SIZE) << in al_pcie_msix_config()
2704 (msix_params->table_offset & AL_PCI_MSIX_TABLE_OFFSET) | in al_pcie_msix_config()
2705 (msix_params->table_bar & AL_PCI_MSIX_TABLE_BAR)); in al_pcie_msix_config()
2708 (msix_params->pba_offset & AL_PCI_MSIX_PBA_OFFSET) | in al_pcie_msix_config()
2709 (msix_params->pba_bar & AL_PCI_MSIX_PBA_BAR)); in al_pcie_msix_config()