Searched refs:fw_supported_vd_count (Results 1 – 3 of 3) sorted by relevance
1843 (scmd->device->id >= instance->fw_supported_vd_count || in megasas_queue_command()1913 if (ld >= instance->fw_supported_vd_count) in megasas_set_dynamic_target_properties()4838 if (ld_count > instance->fw_supported_vd_count) in megasas_get_ld_list()4958 if ((tgtid_count > (instance->fw_supported_vd_count))) in megasas_ld_list_query()5139 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES_EXT; in megasas_update_ext_vd_details()5142 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES; in megasas_update_ext_vd_details()5159 instance->fw_supported_vd_count); in megasas_update_ext_vd_details()6335 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES; in megasas_init_fw()
2827 if (ld < instance->fw_supported_vd_count) in megasas_build_ldio_fusion()3010 device_id < instance->fw_supported_vd_count)) { in megasas_build_ld_nonrw_fusion()3013 if (ld >= instance->fw_supported_vd_count - 1) in megasas_build_ld_nonrw_fusion()
2407 u16 fw_supported_vd_count; member