pd_sync          1865 drivers/scsi/megaraid/megaraid_sas_base.c 	struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync;
pd_sync          1893 drivers/scsi/megaraid/megaraid_sas_base.c 		pd_sync = (void *)fusion->pd_seq_sync
pd_sync          1896 drivers/scsi/megaraid/megaraid_sas_base.c 			pd_sync->seq[pd_index].capability.tmCapable;
pd_sync          1258 drivers/scsi/megaraid/megaraid_sas_fusion.c 	struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync;
pd_sync          1261 drivers/scsi/megaraid/megaraid_sas_fusion.c 	pd_sync = (void *)fusion->pd_seq_sync[(instance->pd_seq_map_id & 1)];
pd_sync          1263 drivers/scsi/megaraid/megaraid_sas_fusion.c 	pd_seq_map_sz = struct_size(pd_sync, seq, MAX_PHYSICAL_DEVICES - 1);
pd_sync          1275 drivers/scsi/megaraid/megaraid_sas_fusion.c 	memset(pd_sync, 0, pd_seq_map_sz);
pd_sync          1308 drivers/scsi/megaraid/megaraid_sas_fusion.c 	if (le32_to_cpu(pd_sync->count) > MAX_PHYSICAL_DEVICES) {
pd_sync          1311 drivers/scsi/megaraid/megaraid_sas_fusion.c 			MAX_PHYSICAL_DEVICES, le32_to_cpu(pd_sync->count));
pd_sync          3086 drivers/scsi/megaraid/megaraid_sas_fusion.c 	struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync;
pd_sync          3089 drivers/scsi/megaraid/megaraid_sas_fusion.c 	pd_sync = (void *)fusion->pd_seq_sync[(instance->pd_seq_map_id - 1) & 1];
pd_sync          3116 drivers/scsi/megaraid/megaraid_sas_fusion.c 					pd_sync->seq[pd_index].pd_target_id;
pd_sync          3122 drivers/scsi/megaraid/megaraid_sas_fusion.c 				pd_sync->seq[pd_index].seqNum;
pd_sync          3124 drivers/scsi/megaraid/megaraid_sas_fusion.c 				pd_sync->seq[pd_index].devHandle;
pd_sync          4582 drivers/scsi/megaraid/megaraid_sas_fusion.c 	struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync;
pd_sync          4592 drivers/scsi/megaraid/megaraid_sas_fusion.c 			pd_sync = (void *)fusion->pd_seq_sync
pd_sync          4594 drivers/scsi/megaraid/megaraid_sas_fusion.c 			devhandle = pd_sync->seq[pd_index].devHandle;