Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_83xx.c1272 if (test_and_clear_bit(AF_83XX_MBOX_INTR_ON, &ha->flags)) { in qla4_83xx_disable_mbox_intrs()
1298 if (!test_bit(AF_83XX_MBOX_INTR_ON, &ha->flags)) { in qla4_83xx_enable_mbox_intrs()
1302 set_bit(AF_83XX_MBOX_INTR_ON, &ha->flags); in qla4_83xx_enable_mbox_intrs()
Dql4_def.h582 #define AF_83XX_MBOX_INTR_ON 29 /* 0x20000000 */ macro
Dql4_mbx.c57 test_bit(AF_83XX_MBOX_INTR_ON, &ha->flags)) in qla4xxx_is_intr_poll_mode()