Searched refs:fw_supported_vd_count (Results 1 – 3 of 3) sorted by relevance
1619 (scmd->device->id >= instance->fw_supported_vd_count || in megasas_queue_command()3951 if ((ret == 0) && (ld_count <= instance->fw_supported_vd_count)) { in megasas_get_ld_list()4041 if ((ret == 0) && (tgtid_count <= (instance->fw_supported_vd_count))) { in megasas_ld_list_query()4088 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES_EXT; in megasas_update_ext_vd_details()4091 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES; in megasas_update_ext_vd_details()4095 instance->fw_supported_vd_count, in megasas_update_ext_vd_details()4103 (instance->fw_supported_vd_count - 1)); in megasas_update_ext_vd_details()4571 instance->fw_supported_vd_count = MAX_LOGICAL_DRIVES; in megasas_init_fw()
1577 instance->fw_supported_vd_count) || (!fusion->fast_path_io)) { in megasas_build_ldio_fusion()1743 (device_id >= instance->fw_supported_vd_count)) in megasas_build_dcdb_fusion()1748 if (ld >= instance->fw_supported_vd_count) in megasas_build_dcdb_fusion()
1739 u16 fw_supported_vd_count; member