Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_init.c219 set_bit(AF2_MSI_ENABLED, &a->flags2); in esas2r_setup_interrupts()
501 if (test_bit(AF2_MSI_ENABLED, &a->flags2)) { in esas2r_adapter_power_down()
503 clear_bit(AF2_MSI_ENABLED, &a->flags2); in esas2r_adapter_power_down()
H A Desas2r.h842 #define AF2_MSI_ENABLED 12 macro