Home
last modified time | relevance | path

Searched refs:ld_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c430 evt_detail->args.ld.target_id, evt_detail->args.ld.ld_index); in megasas_decode_evt()
4707 int ret = 0, ld_index = 0, ids = 0; in megasas_get_ld_list() local
4792 for (ld_index = 0; ld_index < ld_count; ld_index++) { in megasas_get_ld_list()
4793 if (ci->ldList[ld_index].state != 0) { in megasas_get_ld_list()
4794 ids = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list()
4795 instance->ld_ids[ids] = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list()
4799 ld_index, ids); in megasas_get_ld_list()
4824 int ret = 0, ld_index = 0, ids = 0; in megasas_ld_list_query() local
4911 for (ld_index = 0; ld_index < tgtid_count; ld_index++) { in megasas_ld_list_query()
4912 ids = ci->targetId[ld_index]; in megasas_ld_list_query()
[all …]
H A Dmegaraid_sas.h2070 u8 ld_index; member