Lines Matching refs:generation
551 * bump the businfo.generation indicator to
554 * generation starts at 2 and rolls over at 0xF
557 * A generation of 0 indicates a device
559 * A generation of 1 indicates a device that
568 if (src->businfo.generation++ > FW_MAX_GENERATION)
569 src->businfo.generation = FW_GENERATION_CHANGEABLE;
968 fc->topology_map->generation++;
971 fc->speed_map->generation++;
1017 fw_crc16((uint32_t *)&fc->topology_map->generation,
1019 fc->speed_map->crc = fw_crc16((uint32_t *)&fc->speed_map->generation,
1425 src->businfo.generation = FW_GENERATION_CHANGEABLE;
1765 "generation(%d) link_spd(%d)\n",
1769 binfo->generation, binfo->link_spd);