Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_isr.c738 set_bit(DPC_LINK_CHANGED, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
754 set_bit(DPC_LINK_CHANGED, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
Dql4_def.h586 #define DPC_LINK_CHANGED 18 /* 0x00040000 */ macro
Dql4_os.c4570 test_bit(DPC_LINK_CHANGED, &ha->dpc_flags) || in qla4xxx_timer()
5419 test_and_clear_bit(DPC_LINK_CHANGED, &ha->dpc_flags)) { in qla4xxx_do_dpc()