Searched refs:gap_count (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/firewire/ |
D | core-card.c | 293 int gap_count, generation, grace, rcode; in bm_work() local 467 gap_count = gap_count_table[root_node->max_hops]; in bm_work() 469 gap_count = 63; in bm_work() 478 (card->gap_count != gap_count || new_root_id != root_id)) in bm_work() 485 new_root_id, gap_count); in bm_work() 486 fw_send_phy_config(card, new_root_id, generation, gap_count); in bm_work()
|
D | core-topology.c | 177 int gap_count; in build_tree() local 187 gap_count = SELF_ID_GAP_COUNT(*sid); in build_tree() 291 if (SELF_ID_GAP_COUNT(q) != gap_count) in build_tree() 292 gap_count = 0; in build_tree() 302 card->gap_count = gap_count; in build_tree()
|
D | core-transaction.c | 60 #define PHY_CONFIG_GAP_COUNT(gap_count) (((gap_count) << 16) | (1 << 22)) argument 451 int node_id, int generation, int gap_count) in fw_send_phy_config() argument 459 if (gap_count == FW_PHY_CONFIG_CURRENT_GAP_COUNT) { in fw_send_phy_config() 460 gap_count = card->driver->read_phy_reg(card, 1); in fw_send_phy_config() 461 if (gap_count < 0) in fw_send_phy_config() 464 gap_count &= 63; in fw_send_phy_config() 465 if (gap_count == 63) in fw_send_phy_config() 468 data |= PHY_CONFIG_GAP_COUNT(gap_count); in fw_send_phy_config()
|
D | core.h | 250 int node_id, int generation, int gap_count);
|
/Linux-v5.10/tools/firewire/ |
D | nosy-dump.h | 25 uint32_t gap_count:6; member 42 uint32_t gap_count:6; member
|
D | nosy-dump.c | 774 printf(" set_gap_count=%d", pp->phy_config.gap_count); in print_packet() 793 pp->self_id.gap_count, in print_packet()
|
/Linux-v5.10/sound/firewire/ |
D | iso-resources.c | 76 return card->gap_count < 63 ? card->gap_count * 97 / 10 + 89 : 512; in current_bandwidth_overhead()
|
/Linux-v5.10/include/linux/ |
D | firewire.h | 112 int gap_count; member
|