Searched refs:is_contender (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/firewire/ |
| A D | packet-serdes-test.c | 194 unsigned int scode, bool is_contender, in serialize_phy_packet_self_id_zero() argument 213 unsigned int *scode, bool *is_contender, in deserialize_phy_packet_self_id_zero() argument 658 bool is_contender; in test_phy_packet_self_id_zero_case0() local 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 730 KUNIT_EXPECT_TRUE(test, is_contender); in test_phy_packet_self_id_zero_case1() 736 link_is_active, gap_count, scode, is_contender, in test_phy_packet_self_id_zero_case1() 771 bool is_contender; in test_phy_packet_self_id_zero_and_one() local 790 KUNIT_EXPECT_FALSE(test, is_contender); in test_phy_packet_self_id_zero_and_one() [all …]
|
| A D | phy-packet-definitions.h | 168 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()
|
Completed in 10 milliseconds