Searched refs:ld_list_mem (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c4676 struct MR_LD_LIST *ld_list_mem; local
4698 ld_list_mem = tcmd->tmp_dcmd_mem;
4726 printf("Number of LDs %d\n", ld_list_mem->ldCount);
4730 if (le32toh(ld_list_mem->ldCount) <= sc->fw_supported_vd_count) {
4731 sc->CurLdCount = le32toh(ld_list_mem->ldCount);
4733 for (ld_index = 0; ld_index < le32toh(ld_list_mem->ldCount); ld_index++) {
4734 ids = ld_list_mem->ldList[ld_index].ref.ld_context.targetId;
4736 if (ld_list_mem->ldList[ld_index].state != 0) {
4737 sc->ld_ids[ids] = ld_list_mem->ldList[ld_index].ref.ld_context.targetId;

Completed in 62 milliseconds