Lines Matching refs:port_count
26 static struct fw_node *fw_node_create(u32 sid, int port_count, int color)
30 node = kzalloc(struct_size(node, ports, port_count), GFP_ATOMIC);
40 node->port_count = port_count;
68 for (i = 0; i < node->port_count; i++) {
278 for (i = 0; i < node->port_count; i++) {
344 for (i = 0; i < tree->port_count; i++) {
372 WARN_ON(node0->port_count != node1->port_count);
396 for (i = 0; i < node0->port_count; i++) {