Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dpacket-serdes-test.c195 unsigned int power_class, bool is_initiated_reset, in serialize_phy_packet_self_id_zero() argument
206 phy_packet_self_id_zero_set_initiated_reset(quadlet, is_initiated_reset); in serialize_phy_packet_self_id_zero()
215 bool *is_initiated_reset, bool *has_more_packets) in deserialize_phy_packet_self_id_zero() argument
225 *is_initiated_reset = phy_packet_self_id_zero_get_initiated_reset(quadlet); in deserialize_phy_packet_self_id_zero()
661 bool is_initiated_reset; in test_phy_packet_self_id_zero_case0() local
667 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case0()
677 KUNIT_EXPECT_FALSE(test, is_initiated_reset); in test_phy_packet_self_id_zero_case0()
682 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case0()
716 bool is_initiated_reset; in test_phy_packet_self_id_zero_case1() local
722 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case1()
[all …]
H A Dphy-packet-definitions.h190 …atic inline void phy_packet_self_id_zero_set_initiated_reset(u32 *quadlet, bool is_initiated_reset) in phy_packet_self_id_zero_set_initiated_reset() argument
193 …*quadlet |= (is_initiated_reset << SELF_ID_ZERO_INITIATED_RESET_SHIFT) & SELF_ID_ZERO_INITIATED_RE… in phy_packet_self_id_zero_set_initiated_reset()