Searched refs:has_force_root_node (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/firewire/ |
H A D | packet-serdes-test.c | 252 unsigned int root_id, bool has_force_root_node, in serialize_phy_packet_phy_config() argument 257 phy_packet_phy_config_set_force_root_node(quadlet, has_force_root_node); in serialize_phy_packet_phy_config() 263 unsigned int *root_id, bool *has_force_root_node, in deserialize_phy_packet_phy_config() argument 269 *has_force_root_node = phy_packet_phy_config_get_force_root_node(quadlet); in deserialize_phy_packet_phy_config() 844 bool has_force_root_node; 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() 854 KUNIT_EXPECT_TRUE(test, has_force_root_node); in test_phy_packet_phy_config_force_root_node() 858 serialize_phy_packet_phy_config(&quadlet, packet_identifier, root_id, has_force_root_node, in test_phy_packet_phy_config_force_root_node() 871 bool has_force_root_node; 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 | 51 static inline void phy_packet_phy_config_set_force_root_node(u32 *quadlet, bool has_force_root_node) in phy_packet_phy_config_set_force_root_node() argument 54 …*quadlet |= (has_force_root_node << PHY_CONFIG_FORCE_ROOT_NODE_SHIFT) & PHY_CONFIG_FORCE_ROOT_NODE… in phy_packet_phy_config_set_force_root_node()
|