Home
last modified time | relevance | path

Searched refs:ocelot_bond_get_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot.c1497 int ocelot_bond_get_id(struct ocelot *ocelot, struct net_device *bond) in ocelot_bond_get_id() function
1506 EXPORT_SYMBOL_GPL(ocelot_bond_get_id);
2130 int lag = ocelot_bond_get_id(ocelot, bond); in ocelot_setup_logical_port_ids()
2278 old_lag_id = ocelot_bond_get_id(ocelot, bond); in ocelot_port_lag_leave()
2286 new_lag_id = ocelot_bond_get_id(ocelot, bond); in ocelot_port_lag_leave()
2330 lag = ocelot_bond_get_id(ocelot, bond); in ocelot_lag_fdb_add()
/linux/include/soc/mscc/
H A Docelot.h1090 int ocelot_bond_get_id(struct ocelot *ocelot, struct net_device *bond);
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c54 lag = ocelot_bond_get_id(ocelot, conduit); in felix_cpu_port_for_conduit()