Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1400 phy_interface_t *port_phy_modes) in felix_parse_ports_node() argument
1437 port_phy_modes[port] = phy_mode; in felix_parse_ports_node()
1443 static int felix_parse_dt(struct felix *felix, phy_interface_t *port_phy_modes) in felix_parse_dt() argument
1460 err = felix_parse_ports_node(felix, ports_node, port_phy_modes); in felix_parse_dt()
1520 phy_interface_t *port_phy_modes; in felix_init_structs() local
1542 port_phy_modes = kzalloc_objs(phy_interface_t, num_phys_ports); in felix_init_structs()
1543 if (!port_phy_modes) in felix_init_structs()
1546 err = felix_parse_dt(felix, port_phy_modes); in felix_init_structs()
1548 kfree(port_phy_modes); in felix_init_structs()
1558 kfree(port_phy_modes); in felix_init_structs()
[all …]