Home
last modified time | relevance | path

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

/linux/drivers/scsi/esas2r/
H A 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()
H A 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()
H A Desas2r_init.c364 set_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_init_adapter()
985 set_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_check_adapter()
990 clear_bit(AF_LEGACY_SGE_MODE, &a->flags); in esas2r_check_adapter()
H A Desas2r_flash.c1310 if (test_bit(AF_LEGACY_SGE_MODE, &a->flags)) { in esas2r_nvram_write()
H A Desas2r.h827 #define AF_LEGACY_SGE_MODE 24 macro