Lines Matching refs:desc_table

275 	MR_RAID_MAP_DESC_TABLE *desc_table;  in MR_PopulateDrvRaidMapVentura()  local
295 desc_table = (MR_RAID_MAP_DESC_TABLE *) ((char *)fw_map_dyn + in MR_PopulateDrvRaidMapVentura()
297 if (desc_table != fw_map_dyn->raidMapDescTable) { in MR_PopulateDrvRaidMapVentura()
301 desc_table, fw_map_dyn->raidMapDescTable); in MR_PopulateDrvRaidMapVentura()
314 if (!desc_table) { in MR_PopulateDrvRaidMapVentura()
316 "desc table is null, coming out %p \n", desc_table); in MR_PopulateDrvRaidMapVentura()
322 "desc table %p \n", desc_table); in MR_PopulateDrvRaidMapVentura()
326 le32toh(desc_table->raidMapDescType), desc_table->raidMapDescOffset, in MR_PopulateDrvRaidMapVentura()
327 le32toh(desc_table->raidMapDescElements), desc_table->raidMapDescBufferSize); in MR_PopulateDrvRaidMapVentura()
329 switch (le32toh(desc_table->raidMapDescType)) { in MR_PopulateDrvRaidMapVentura()
332 ((char *)raid_map_data + le32toh(desc_table->raidMapDescOffset)); in MR_PopulateDrvRaidMapVentura()
338 sizeof(MR_DEV_HANDLE_INFO) * le32toh(desc_table->raidMapDescElements)); in MR_PopulateDrvRaidMapVentura()
343 le32toh(desc_table->raidMapDescOffset)); in MR_PopulateDrvRaidMapVentura()
348 for (j = 0; j < le32toh(desc_table->raidMapDescElements); j++) { in MR_PopulateDrvRaidMapVentura()
358 le32toh(desc_table->raidMapDescOffset)); in MR_PopulateDrvRaidMapVentura()
364 sizeof(MR_ARRAY_INFO) * le32toh(desc_table->raidMapDescElements)); in MR_PopulateDrvRaidMapVentura()
368 le32toh(desc_table->raidMapDescOffset)); in MR_PopulateDrvRaidMapVentura()
371 le32toh(desc_table->raidMapDescElements)); in MR_PopulateDrvRaidMapVentura()
399 ++desc_table; in MR_PopulateDrvRaidMapVentura()