Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_int.c483 clear_bit(AF_BUSRST_NEEDED, &a->flags); in esas2r_chip_rst_needed_during_tasklet()
628 if (test_bit(AF_BUSRST_NEEDED, &a->flags)) { in esas2r_do_tasklet_tasks()
631 clear_bit(AF_BUSRST_NEEDED, &a->flags); in esas2r_do_tasklet_tasks()
H A Desas2r.h807 #define AF_BUSRST_NEEDED 4 macro
1289 return test_bit(AF_BUSRST_NEEDED, &a->flags) || in esas2r_is_tasklet_pending()
H A Desas2r_io.c850 set_bit(AF_BUSRST_NEEDED, &a->flags); in esas2r_reset_bus()