Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_disc.c90 clear_bit(AF2_DEV_SCAN, &a->flags2); in esas2r_disc_initialize()
216 && !test_and_set_bit(AF2_DEV_SCAN, &a->flags2)) { in esas2r_disc_check_complete()
234 if (!test_and_set_bit(AF2_DEV_SCAN, &a->flags2)) { in esas2r_disc_check_complete()
251 if (!test_and_set_bit(AF2_DEV_SCAN, &a->flags2)) { in esas2r_disc_check_complete()
H A Desas2r.h831 #define AF2_DEV_SCAN 1 macro