Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c937 if (!test_bit(AF2_COREDUMP_SAVED, &a->flags2)) in hba_ioctl_callback()
958 clear_bit(AF2_COREDUMP_SAVED, &a->flags2); in hba_ioctl_callback()
970 if (!test_bit(AF2_COREDUMP_SAVED, &a->flags2)) in hba_ioctl_callback()
H A Desas2r_init.c1480 !test_bit(AF2_COREDUMP_SAVED, &a->flags2)) { in esas2r_reset_chip()
1486 set_bit(AF2_COREDUMP_SAVED, &a->flags2); in esas2r_reset_chip()
H A Desas2r.h834 #define AF2_COREDUMP_SAVED 4 macro