Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/esas2r/
Desas2r_disc.c89 clear_bit(AF_DISC_IN_PROG, &a->flags); in esas2r_disc_initialize()
262 test_bit(AF_DISC_IN_PROG, &a->flags)) { in esas2r_disc_check_complete()
319 if (test_bit(AF_DISC_IN_PROG, &a->flags)) { in esas2r_disc_start_port()
353 set_bit(AF_DISC_IN_PROG, &a->flags); in esas2r_disc_start_port()
453 clear_bit(AF_DISC_IN_PROG, &a->flags); in esas2r_disc_continue()
Desas2r_int.c408 clear_bit(AF_DISC_IN_PROG, &a->flags); in esas2r_process_adapter_reset()
Desas2r.h825 #define AF_DISC_IN_PROG 22 macro