Searched refs:msix_params (Results 1 – 2 of 2) sorted by relevance
1289 struct al_pcie_msix_params *msix_params);
2687 struct al_pcie_msix_params *msix_params) in al_pcie_msix_config() argument2698 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()