Searched refs:intf_node (Results 1 – 1 of 1) sorted by relevance
1226 struct device_node *ports_node, *intf_node; in bcmasp_probe() local1303 for_each_available_child_of_node(ports_node, intf_node) { in bcmasp_probe()1304 intf = bcmasp_interface_create(priv, intf_node, i); in bcmasp_probe()1308 of_node_put(intf_node); in bcmasp_probe()