Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c24 #define MSIX_ENABLE BIT(16) macro
336 u32 argument = MSIX_ENABLE; in ntb_epf_init_isr()
350 argument &= ~MSIX_ENABLE; in ntb_epf_init_isr()
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c63 #define MSIX_ENABLE BIT(16) macro
650 is_msix = argument & MSIX_ENABLE; in epf_ntb_cmd_handler()
H A Dpci-epf-vntb.c66 #define MSIX_ENABLE BIT(16) macro