Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.h94 struct net_device *ocelot_port_to_netdev(struct ocelot *ocelot, int port);
H A Docelot_vsc7514.c95 .port_to_netdev = ocelot_port_to_netdev,
H A Docelot_fdma.c366 ndev = ocelot_port_to_netdev(ocelot, src_port); in ocelot_fdma_receive_skb()
H A Docelot_net.c921 struct net_device *ocelot_port_to_netdev(struct ocelot *ocelot, int port) in ocelot_port_to_netdev() function