Lines Matching refs:pd_index
3078 u16 pd_index = 0; in megasas_build_syspd_fusion() local
3089 pd_index = MEGASAS_PD_INDEX(scmd); in megasas_build_syspd_fusion()
3108 instance->pd_list[pd_index].driveType == TYPE_DISK) { in megasas_build_syspd_fusion()
3113 pd_sync->seq[pd_index].pd_target_id; in megasas_build_syspd_fusion()
3119 pd_sync->seq[pd_index].seqNum; in megasas_build_syspd_fusion()
3121 pd_sync->seq[pd_index].devHandle; in megasas_build_syspd_fusion()
3205 u16 pd_index = 0; in megasas_build_io_fusion() local
3241 pd_index = MEGASAS_PD_INDEX(scp); in megasas_build_io_fusion()
3242 drive_type = instance->pd_list[pd_index].driveType; in megasas_build_io_fusion()
4696 u16 pd_index = 0; in megasas_get_tm_devhandle() local
4708 pd_index = (sdev->channel * MEGASAS_MAX_DEV_PER_CHANNEL) in megasas_get_tm_devhandle()
4712 devhandle = pd_sync->seq[pd_index].devHandle; in megasas_get_tm_devhandle()