Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dself-id-sequence-helper-test.c81 unsigned int port_capacity; in test_self_id_sequence_get_port_status() local
87 port_capacity = self_id_sequence_get_port_capacity(ARRAY_SIZE(expected)) + 1; in test_self_id_sequence_get_port_status()
88 KUNIT_ASSERT_EQ(test, port_capacity, ARRAY_SIZE(port_status)); in test_self_id_sequence_get_port_status()
90 for (port_index = 0; port_index < port_capacity; ++port_index) { in test_self_id_sequence_get_port_status()
H A Dcore-topology.c126 unsigned int port_capacity; in build_tree() local
142 port_capacity = self_id_sequence_get_port_capacity(quadlet_count); in build_tree()
145 for (port_index = 0; port_index < port_capacity; ++port_index) { in build_tree()