Lines Matching refs:pd_sync
1152 struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync; in megasas_sync_pd_seq_num() local
1155 pd_sync = (void *)fusion->pd_seq_sync[(instance->pd_seq_map_id & 1)]; in megasas_sync_pd_seq_num()
1171 memset(pd_sync, 0, pd_seq_map_sz); 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()
2906 struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync; in megasas_build_syspd_fusion() local
2909 pd_sync = (void *)fusion->pd_seq_sync[(instance->pd_seq_map_id - 1) & 1]; in megasas_build_syspd_fusion()
2937 pd_sync->seq[pd_index].pd_target_id; in megasas_build_syspd_fusion()
2941 pRAID_Context->config_seq_num = pd_sync->seq[pd_index].seqNum; in megasas_build_syspd_fusion()
2942 io_request->DevHandle = pd_sync->seq[pd_index].devHandle; in megasas_build_syspd_fusion()
4280 struct MR_PD_CFG_SEQ_NUM_SYNC *pd_sync; in megasas_get_tm_devhandle() local
4290 pd_sync = (void *)fusion->pd_seq_sync in megasas_get_tm_devhandle()
4292 devhandle = pd_sync->seq[pd_index].devHandle; in megasas_get_tm_devhandle()