Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1844 (scmd->device->id >= instance->fw_supported_vd_count || in megasas_queue_command()
1914 if (ld >= instance->fw_supported_vd_count) in megasas_set_dynamic_target_properties()
4837 if (ld_count > instance->fw_supported_vd_count) in megasas_get_ld_list()
4957 if ((tgtid_count > (instance->fw_supported_vd_count))) in megasas_ld_list_query()
5138 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES_EXT; in megasas_update_ext_vd_details()
5141 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES; in megasas_update_ext_vd_details()
5158 instance->fw_supported_vd_count); in megasas_update_ext_vd_details()
6327 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES; in megasas_init_fw()
Dmegaraid_sas_fusion.c2823 if (ld < instance->fw_supported_vd_count) in megasas_build_ldio_fusion()
3006 device_id < instance->fw_supported_vd_count)) { in megasas_build_ld_nonrw_fusion()
3009 if (ld >= instance->fw_supported_vd_count - 1) in megasas_build_ld_nonrw_fusion()
Dmegaraid_sas.h2405 u16 fw_supported_vd_count; member