Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h719 #define MAX_PHYSICAL_DEVICES 256 macro
720 #define MAX_RAIDMAP_PHYSICAL_DEVICES (MAX_PHYSICAL_DEVICES)
1128 atomic_t scsi_pending_cmds[MAX_PHYSICAL_DEVICES];
1129 u64 last_accessed_block[MAX_PHYSICAL_DEVICES];
H A Dmegaraid_sas_fusion.c1314 pd_seq_map_sz = struct_size(pd_sync, seq, MAX_PHYSICAL_DEVICES); in megasas_sync_pd_seq_num()
1359 if (le32_to_cpu(pd_sync->count) > MAX_PHYSICAL_DEVICES) { in megasas_sync_pd_seq_num()
1362 MAX_PHYSICAL_DEVICES, le32_to_cpu(pd_sync->count)); in megasas_sync_pd_seq_num()
3118 (MAX_PHYSICAL_DEVICES - 1)); in megasas_build_syspd_fusion()
3140 (MAX_PHYSICAL_DEVICES - 1)); in megasas_build_syspd_fusion()
H A Dmegaraid_sas_base.c5140 instance->fw_supported_pd_count = MAX_PHYSICAL_DEVICES; in megasas_update_ext_vd_details()
5143 instance->fw_supported_pd_count = MAX_PHYSICAL_DEVICES; in megasas_update_ext_vd_details()
5795 MAX_PHYSICAL_DEVICES); in megasas_setup_jbod_map()
6336 instance->fw_supported_pd_count = MAX_PHYSICAL_DEVICES; in megasas_init_fw()
8044 seq, MAX_PHYSICAL_DEVICES); in megasas_detach_one()