Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_os.c2815 clear_bit(IOCB_WORK_ACTIVE, &vha->dpc_flags); in qla2x00_iocb_work_fn()
5045 if (!test_and_set_bit(IOCB_WORK_ACTIVE, &vha->dpc_flags)) in qla2x00_post_work()
7392 if (!test_and_set_bit(IOCB_WORK_ACTIVE, &vha->dpc_flags)) in qla2x00_timer()
Dqla_def.h4853 #define IOCB_WORK_ACTIVE 31 macro