Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dpacket-serdes-test.c194 unsigned int scode, bool is_contender, in serialize_phy_packet_self_id_zero() argument
204 phy_packet_self_id_zero_set_contender(quadlet, is_contender); in serialize_phy_packet_self_id_zero()
213 unsigned int *scode, bool *is_contender, in deserialize_phy_packet_self_id_zero() argument
223 *is_contender = phy_packet_self_id_zero_get_contender(quadlet); in deserialize_phy_packet_self_id_zero()
658 bool is_contender; 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()
675 KUNIT_EXPECT_TRUE(test, is_contender); in test_phy_packet_self_id_zero_case0()
681 link_is_active, gap_count, scode, is_contender, in test_phy_packet_self_id_zero_case0()
713 bool is_contender; in test_phy_packet_self_id_zero_case1() local
721 &link_is_active, &gap_count, &scode, &is_contender, in test_phy_packet_self_id_zero_case1()
[all …]
H A Dphy-packet-definitions.h168 static inline void phy_packet_self_id_zero_set_contender(u32 *quadlet, bool is_contender) in phy_packet_self_id_zero_set_contender() argument
171 *quadlet |= (is_contender << SELF_ID_ZERO_CONTENDER_SHIFT) & SELF_ID_ZERO_CONTENDER_MASK; in phy_packet_self_id_zero_set_contender()