ocelot_port_to_netdev
struct net_device *ocelot_port_to_netdev(struct ocelot *ocelot, int port);
ndev = ocelot_port_to_netdev(ocelot, src_port);
.port_to_netdev = ocelot_port_to_netdev,