Searched refs:fman_port_devs (Results 1 – 2 of 2) sorted by relevance
303 mac_dev->fman_port_devs[i] = &of_dev->dev; in mac_probe()305 mac_dev->port[i] = fman_port_bind(mac_dev->fman_port_devs[i]); in mac_probe()316 put_device(mac_dev->fman_port_devs[i]); in mac_probe()356 put_device(mac_dev->fman_port_devs[i]); in mac_probe()370 put_device(mac_dev->fman_port_devs[i]); in mac_remove()
58 struct device *fman_port_devs[PORT_NUM]; member