Home
last modified time | relevance | path

Searched refs:AF_DISC_PENDING (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/esas2r/
H A Desas2r_io.c70 * Note that if AF_DISC_PENDING is set than this will in esas2r_start_request()
74 !test_bit(AF_DISC_PENDING, &a->flags))) in esas2r_start_request()
97 !test_bit(AF_DISC_PENDING, &a->flags))) in esas2r_start_request()
721 !test_bit(AF_DISC_PENDING, &a->flags)) { in esas2r_timer_tick()
733 if (test_bit(AF_DISC_PENDING, &a->flags)) in esas2r_timer_tick()
849 !test_bit(AF_DISC_PENDING, &a->flags)) { in esas2r_reset_bus()
H A Desas2r_targdb.c89 if (test_bit(AF_DISC_PENDING, &a->flags)) { in esas2r_targ_db_report_changes()
H A Desas2r_int.c323 else if (test_bit(AF_DISC_PENDING, &a->flags)) in esas2r_do_deferred_processes()
514 clear_bit(AF_DISC_PENDING, &a->flags); in esas2r_chip_rst_needed_during_tasklet()
H A Desas2r_disc.c276 clear_bit(AF_DISC_PENDING, &a->flags); in esas2r_disc_check_complete()
450 if (!test_bit(AF_DISC_PENDING, &a->flags)) in esas2r_disc_continue()
H A Desas2r.h817 #define AF_DISC_PENDING 14 macro
1357 set_bit(AF_DISC_PENDING, &a->flags); in esas2r_local_reset_adapter()
H A Desas2r_flash.c950 test_bit(AF_DISC_PENDING, &a->flags)) in esas2r_flash_access()
H A Desas2r_ioctl.c1137 else if (test_bit(AF_DISC_PENDING, &a->flags)) in hba_ioctl_callback()