Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dmac.c308 mac_dev->fman_port_devs[i] = &of_dev->dev; in mac_probe()
310 mac_dev->port[i] = fman_port_bind(mac_dev->fman_port_devs[i]); in mac_probe()
321 put_device(mac_dev->fman_port_devs[i]); in mac_probe()
361 put_device(mac_dev->fman_port_devs[i]); in mac_probe()
375 put_device(mac_dev->fman_port_devs[i]); in mac_remove()
H A Dmac.h58 struct device *fman_port_devs[PORT_NUM]; member