Lines Matching full:generation

216 	trace_bus_reset_initiate(card->index, card->generation, short_reset);  in reset_bus()
223 trace_bus_reset_schedule(card->index, card->generation, short_reset); in fw_schedule_bus_reset()
242 trace_bus_reset_postpone(card->index, card->generation, card->br_short); in br_work()
249 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work()
255 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument
260 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel()
269 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel()
302 int generation = card->generation; in contend_for_bm() local
317 if (!is_next_generation(generation, card->bm_generation) || card->bm_abdicate) in contend_for_bm()
342 rcode = fw_run_transaction(card, TCODE_LOCK_COMPARE_SWAP, irm_node_id, generation, in contend_for_bm()
390 int expected_gap_count, generation; in DEFINE_FREE() local
400 generation = card->generation; in DEFINE_FREE()
408 if (card->bm_generation != generation) { in DEFINE_FREE()
440 allocate_broadcast_channel(card, generation); in DEFINE_FREE()
446 card->bm_generation = generation; in DEFINE_FREE()
451 // We're bus manager for this generation, so next step is to make sure we have an active in DEFINE_FREE()
522 fw_send_phy_config(card, new_root_id, generation, expected_gap_count); in DEFINE_FREE()
546 root_id, generation, SCODE_100, in DEFINE_FREE()
554 allocate_broadcast_channel(card, generation); in DEFINE_FREE()
702 int node_id, int generation) in dummy_enable_phys_dma() argument