Lines Matching full:generation
90 int generation; member
169 * Note, fw_device.generation always has to be read before fw_device.node_id.
171 * to an outdated node_id if the generation was updated in the meantime due
174 * Likewise, fw-core will take care to update .node_id before .generation so
175 * that whenever fw_device.generation is current WRT the actual bus generation,
178 * The same applies to fw_device.card->node_id vs. fw_device.generation.
189 int generation; member
287 int generation,
294 int generation; member
318 int node_id; /* The generation is implied; it is always the current. */
361 int destination_id, int generation, int speed, unsigned long long offset,
372 * @generation: bus generation in which request and response are valid
384 int destination_id, int generation, int speed, in fw_send_request() argument
391 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request()
402 * @generation: bus generation in which request and response are valid
413 int tcode, int destination_id, int generation, int speed, unsigned long long offset, in fw_send_request_with_tstamp() argument
420 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp()
427 int generation, int speed, unsigned long long offset,
535 void fw_iso_resource_manage(struct fw_card *card, int generation,