Searched refs:gap_count (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/firewire/ |
D | packet-serdes-test.c | 193 bool link_is_active, unsigned int gap_count, in serialize_phy_packet_self_id_zero() argument 202 phy_packet_self_id_zero_set_gap_count(quadlet, gap_count); in serialize_phy_packet_self_id_zero() 212 bool *link_is_active, unsigned int *gap_count, in deserialize_phy_packet_self_id_zero() argument 221 *gap_count = phy_packet_self_id_zero_get_gap_count(quadlet); in deserialize_phy_packet_self_id_zero() 253 bool has_gap_count_optimization, unsigned int gap_count) in serialize_phy_packet_phy_config() argument 259 phy_packet_phy_config_set_gap_count(quadlet, gap_count); in serialize_phy_packet_phy_config() 265 unsigned int *gap_count) in deserialize_phy_packet_phy_config() argument 271 *gap_count = phy_packet_phy_config_get_gap_count(quadlet); in deserialize_phy_packet_phy_config() 656 unsigned int gap_count; in test_phy_packet_self_id_zero_case0() local 666 &link_is_active, &gap_count, &scode, &is_contender, in test_phy_packet_self_id_zero_case0() [all …]
|
D | core-card.c | 293 int gap_count, generation, grace, rcode; in bm_work() local 432 if (card->gap_count == 0) { in bm_work() 483 gap_count = gap_count_table[root_node->max_hops]; in bm_work() 485 gap_count = 63; in bm_work() 494 (card->gap_count != gap_count || new_root_id != root_id)) in bm_work() 501 new_root_id, gap_count); in bm_work() 502 fw_send_phy_config(card, new_root_id, generation, gap_count); in bm_work() 515 reset_bus(card, card->gap_count != 0); in bm_work()
|
D | phy-packet-definitions.h | 73 static inline void phy_packet_phy_config_set_gap_count(u32 *quadlet, unsigned int gap_count) in phy_packet_phy_config_set_gap_count() argument 76 *quadlet |= (gap_count << PHY_CONFIG_GAP_COUNT_SHIFT) & PHY_CONFIG_GAP_COUNT_MASK; in phy_packet_phy_config_set_gap_count() 146 static inline void phy_packet_self_id_zero_set_gap_count(u32 *quadlet, unsigned int gap_count) in phy_packet_self_id_zero_set_gap_count() argument 149 *quadlet |= (gap_count << SELF_ID_ZERO_GAP_COUNT_SHIFT) & SELF_ID_ZERO_GAP_COUNT_MASK; in phy_packet_self_id_zero_set_gap_count()
|
D | core-topology.c | 108 int gap_count; in build_tree() local 117 gap_count = phy_packet_self_id_zero_get_gap_count(*sid); in build_tree() 243 if (phy_packet_self_id_zero_get_gap_count(self_id_sequence[0]) != gap_count) in build_tree() 244 gap_count = 0; in build_tree() 253 card->gap_count = gap_count; in build_tree()
|
D | core-transaction.c | 459 int node_id, int generation, int gap_count) in fw_send_phy_config() argument 471 if (gap_count == FW_PHY_CONFIG_CURRENT_GAP_COUNT) { in fw_send_phy_config() 472 gap_count = card->driver->read_phy_reg(card, 1); in fw_send_phy_config() 473 if (gap_count < 0) in fw_send_phy_config() 476 gap_count &= 63; in fw_send_phy_config() 477 if (gap_count == 63) in fw_send_phy_config() 480 phy_packet_phy_config_set_gap_count(&data, gap_count); in fw_send_phy_config()
|
D | core.h | 279 int node_id, int generation, int gap_count);
|
/linux-6.12.1/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-6.12.1/sound/firewire/ |
D | iso-resources.c | 76 return card->gap_count < 63 ? card->gap_count * 97 / 10 + 89 : 512; in current_bandwidth_overhead()
|
/linux-6.12.1/include/linux/ |
D | firewire.h | 112 int gap_count; member
|