Home
last modified time | relevance | path

Searched refs:expected_gap_count (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firewire/
H A Dcore-card.c390 int expected_gap_count, generation; in DEFINE_FREE() local
508 expected_gap_count = gap_count_table[root_node->max_hops]; in DEFINE_FREE()
510 expected_gap_count = 63; in DEFINE_FREE()
515 if (card->bm_retries++ < 5 && (card->gap_count != expected_gap_count || new_root_id != root_id)) { in DEFINE_FREE()
521 new_root_id, expected_gap_count); in DEFINE_FREE()
522 fw_send_phy_config(card, new_root_id, generation, expected_gap_count); in DEFINE_FREE()