Searched refs:PCIM_MSIXCTRL_MSIX_ENABLE (Results 1 – 4 of 4) sorted by relevance
139 if (((old_msgctrl ^ msgctrl) & (PCIM_MSIXCTRL_MSIX_ENABLE | PCIM_MSIXCTRL_FUNCTION_MASK)) != 0U) { in write_vmsix_cap_reg_on_msi()146 if ((msgctrl & PCIM_MSIXCTRL_MSIX_ENABLE) != 0U) { in write_vmsix_cap_reg_on_msi()
78 if ((msgctrl & PCIM_MSIXCTRL_MSIX_ENABLE) != 0U) { in write_pt_vmsix_cap_reg()
997 if (((msgctrl & PCIM_MSIXCTRL_MSIX_ENABLE) != 0U) && in vpci_vmsix_enabled()
175 #define PCIM_MSIXCTRL_MSIX_ENABLE 0x8000U macro
Completed in 7 milliseconds