Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/ocelot/
H A Docelot_ext.c37 .port_to_netdev = felix_port_to_netdev,
H A Dfelix_vsc9959.c2643 .port_to_netdev = felix_port_to_netdev,
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h325 static inline struct net_device *port_to_netdev(struct gelic_port *p) in port_to_netdev() function
/linux/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c99 .port_to_netdev = ocelot_port_to_netdev,
H A Docelot.c1333 dev = ocelot->ops->port_to_netdev(ocelot, src_port); in ocelot_xtr_poll_frame()
2951 struct net_device *dev = ocelot->ops->port_to_netdev(ocelot, port); in ocelot_port_reset_mqprio()
2960 struct net_device *dev = ocelot->ops->port_to_netdev(ocelot, port); in ocelot_port_mqprio()
/linux/include/soc/mscc/
H A Docelot.h652 struct net_device *(*port_to_netdev)(struct ocelot *ocelot, int port); member