Searched refs:box_type (Results 1 – 3 of 3) sorted by relevance
209 int box_type, err; in load_asic() local226 box_type = check_asic_status(chip); in load_asic()230 if (box_type >= 0) { in load_asic()237 return box_type; in load_asic()
477 int box_type, err; in load_firmware() local484 box_type = check_asic_status(chip); in load_firmware()485 if (box_type >= 0) in load_firmware()486 return box_type; in load_firmware()499 box_type = load_asic(chip); in load_firmware()500 if (box_type < 0) in load_firmware()501 return box_type; /* error */ in load_firmware()503 return box_type; in load_firmware()
79 type->type = unit->box_type; in add_uncore_discovery_type()91 type = search_uncore_discovery_type(unit->box_type); in get_uncore_discovery_type()214 unit->box_type, unit->box_id); in uncore_insert_box_info()253 if (unit->box_type == domain->units_ignore[i]) in uncore_ignore_unit()