Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_isr.c735 set_bit(DPC_LINK_CHANGED, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
751 set_bit(DPC_LINK_CHANGED, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
Dql4_def.h594 #define DPC_LINK_CHANGED 18 /* 0x00040000 */ macro
Dql4_os.c4598 test_bit(DPC_LINK_CHANGED, &ha->dpc_flags) || in qla4xxx_timer()
5447 test_and_clear_bit(DPC_LINK_CHANGED, &ha->dpc_flags)) { in qla4xxx_do_dpc()