Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h719 #define MAX_PHYSICAL_DEVICES 256 macro
720 #define MAX_RAIDMAP_PHYSICAL_DEVICES (MAX_PHYSICAL_DEVICES)
1111 atomic_t scsi_pending_cmds[MAX_PHYSICAL_DEVICES];
1112 u64 last_accessed_block[MAX_PHYSICAL_DEVICES];
Dmegaraid_sas_fusion.c1159 (MAX_PHYSICAL_DEVICES - 1)); in megasas_sync_pd_seq_num()
1204 if (le32_to_cpu(pd_sync->count) > MAX_PHYSICAL_DEVICES) { in megasas_sync_pd_seq_num()
1207 MAX_PHYSICAL_DEVICES, le32_to_cpu(pd_sync->count)); in megasas_sync_pd_seq_num()
2940 cpu_to_le16(device_id + (MAX_PHYSICAL_DEVICES - 1)); in megasas_build_syspd_fusion()
Dmegaraid_sas_base.c4630 instance->fw_supported_pd_count = MAX_PHYSICAL_DEVICES; in megasas_update_ext_vd_details()
4633 instance->fw_supported_pd_count = MAX_PHYSICAL_DEVICES; in megasas_update_ext_vd_details()
5145 (sizeof(struct MR_PD_CFG_SEQ) * (MAX_PHYSICAL_DEVICES - 1)); in megasas_setup_jbod_map()
5402 instance->fw_supported_pd_count = MAX_PHYSICAL_DEVICES; in megasas_init_fw()
6971 (MAX_PHYSICAL_DEVICES - 1)); in megasas_detach_one()