Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dpacket-serdes-test.c196 bool has_more_packets) in serialize_phy_packet_self_id_zero() argument
207 phy_packet_self_id_set_more_packets(quadlet, has_more_packets); in serialize_phy_packet_self_id_zero()
215 bool *is_initiated_reset, bool *has_more_packets) in deserialize_phy_packet_self_id_zero() argument
226 *has_more_packets = phy_packet_self_id_get_more_packets(quadlet); in deserialize_phy_packet_self_id_zero()
231 unsigned int sequence, bool has_more_packets) in serialize_phy_packet_self_id_extended() argument
237 phy_packet_self_id_set_more_packets(quadlet, has_more_packets); in serialize_phy_packet_self_id_extended()
242 unsigned int *sequence, bool *has_more_packets) in deserialize_phy_packet_self_id_extended() argument
248 *has_more_packets = phy_packet_self_id_get_more_packets(quadlet); in deserialize_phy_packet_self_id_extended()
662 bool has_more_packets; 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()
[all …]