Lines Matching defs:generation
183 int generation;
385 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
460 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count)
467 ohci_notice(ohci, "%d selfIDs, generation %d, local node ID %04x\n",
468 self_id_count, generation, ohci->node_id);
529 ohci_notice(ohci, "A%c evt_bus_reset, generation %d\n",
903 p.generation = ohci->request_generation;
917 * the new generation number when a bus reset happens (see
920 * generation. We only need this for requests; for responses
925 * wrong generation. We set the correct generation for these
1327 * generation handling and locking around packet queue manipulation.
1441 if (ohci->generation != packet->generation) {
1507 * when we try to use a stale generation count.
1517 * Using a valid (current) generation count, but the
1679 ctx->ohci->generation == packet->generation) {
1925 int self_id_count, generation, new_generation, i, j;
1968 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff;
2018 * linux/seqlock.h, where we remember the generation of the
2020 * it to the current generation after reading them out. If
2026 if (new_generation != generation) {
2034 ohci->generation = -1; /* prevent AT packet queueing */
2050 ohci->generation = generation;
2054 ohci->request_generation = generation;
2098 log_selfids(ohci, generation, self_id_count);
2100 fw_core_handle_bus_reset(&ohci->card, ohci->node_id, generation,
2617 int node_id, int generation)
2633 if (ohci->generation != generation) {