Lines Matching full:generation
90 int generation; member
171 * Note, fw_device.generation always has to be read before fw_device.node_id.
173 * to an outdated node_id if the generation was updated in the meantime due
176 * Likewise, fw-core will take care to update .node_id before .generation so
177 * that whenever fw_device.generation is current WRT the actual bus generation,
180 * The same applies to fw_device.card->node_id vs. fw_device.generation.
191 int generation; member
289 int generation,
296 int generation; member
320 int node_id; /* The generation is implied; it is always the current. */
363 int destination_id, int generation, int speed, unsigned long long offset,
374 * @generation: bus generation in which request and response are valid
386 int destination_id, int generation, int speed, in fw_send_request() argument
393 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request()
404 * @generation: bus generation in which request and response are valid
415 int tcode, int destination_id, int generation, int speed, unsigned long long offset, in fw_send_request_with_tstamp() argument
422 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp()
429 int generation, int speed, unsigned long long offset,
557 void fw_iso_resource_manage(struct fw_card *card, int generation,