Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c851 ha->dpc_active) && time_before(jiffies, wait_online)) { in qla2x00_wait_for_hba_online()
880 while (((qla2x00_reset_active(vha)) || ha->dpc_active || in qla2x00_wait_for_hba_ready()
899 ha->dpc_active) && time_before(jiffies, wait_reset)) { in qla2x00_wait_for_chip_reset()
4828 ha->dpc_active = 1; in qla2x00_do_dpc()
5067 ha->dpc_active = 0; in qla2x00_do_dpc()
5079 ha->dpc_active = 0; in qla2x00_do_dpc()
Dqla_attr.c1874 !ha->dpc_active) { in qla2x00_get_fc_host_stats()
Dqla_def.h3217 uint8_t dpc_active; /* DPC routine is active */ member