Searched refs:has_gap_count_optimization (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/firewire/ |
H A D | packet-serdes-test.c | 253 bool has_gap_count_optimization, unsigned int gap_count) in serialize_phy_packet_phy_config() argument 258 phy_packet_phy_config_set_gap_count_optimization(quadlet, has_gap_count_optimization); in serialize_phy_packet_phy_config() 264 bool *has_gap_count_optimization, in deserialize_phy_packet_phy_config() argument 270 *has_gap_count_optimization = phy_packet_phy_config_get_gap_count_optimization(quadlet); in deserialize_phy_packet_phy_config() 845 bool has_gap_count_optimization; in test_phy_packet_phy_config_force_root_node() local 849 &has_force_root_node, &has_gap_count_optimization, in test_phy_packet_phy_config_force_root_node() 855 KUNIT_EXPECT_FALSE(test, has_gap_count_optimization); in test_phy_packet_phy_config_force_root_node() 859 has_gap_count_optimization, gap_count); in test_phy_packet_phy_config_force_root_node() 872 bool has_gap_count_optimization; in test_phy_packet_phy_config_gap_count_optimization() local 876 &has_force_root_node, &has_gap_count_optimization, in test_phy_packet_phy_config_gap_count_optimization() [all …]
|
H A D | phy-packet-definitions.h | 62 …oid phy_packet_phy_config_set_gap_count_optimization(u32 *quadlet, bool has_gap_count_optimization) in phy_packet_phy_config_set_gap_count_optimization() argument 65 …*quadlet |= (has_gap_count_optimization << PHY_CONFIG_GAP_COUNT_OPTIMIZATION_SHIFT) & PHY_CONFIG_G… in phy_packet_phy_config_set_gap_count_optimization()
|