Searched refs:ld_index (Results 1 – 2 of 2) sorted by relevance
3898 int ret = 0, ld_index = 0, ids = 0; in megasas_get_ld_list() local3954 for (ld_index = 0; ld_index < ld_count; ld_index++) { in megasas_get_ld_list()3955 if (ci->ldList[ld_index].state != 0) { in megasas_get_ld_list()3956 ids = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list()3958 ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list()3988 int ret = 0, ld_index = 0, ids = 0; in megasas_ld_list_query() local4043 for (ld_index = 0; ld_index < tgtid_count; ld_index++) { in megasas_ld_list_query()4044 ids = ci->targetId[ld_index]; in megasas_ld_list_query()4045 instance->ld_ids[ids] = ci->targetId[ld_index]; in megasas_ld_list_query()6552 u16 ld_index = 0; in megasas_aen_polling() local[all …]
1510 u8 ld_index; member