Home
last modified time | relevance | path

Searched refs:AF_LEGACY_SGE_MODE (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/scsi/esas2r/
Desas2r_vda.c392 if (test_bit(AF_LEGACY_SGE_MODE, &a->flags)) { in esas2r_build_mgt_req()
430 if (test_bit(AF_LEGACY_SGE_MODE, &a->flags)) { in esas2r_build_ae_req()
Desas2r_io.c692 set_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_handle_pending_reset()
698 clear_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_handle_pending_reset()
Desas2r_init.c365 set_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_init_adapter()
986 set_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_check_adapter()
991 clear_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_check_adapter()
Desas2r_flash.c1310 if (test_bit(AF_LEGACY_SGE_MODE, &a->flags)) { in esas2r_nvram_write()
Desas2r.h827 #define AF_LEGACY_SGE_MODE 24 macro