Searched refs:ethsw_port_priv (Results 1 – 3 of 3) sorted by relevance
46 static bool dpaa2_switch_port_is_up(struct ethsw_port_priv *port_priv) in dpaa2_switch_port_is_up()65 static int dpaa2_switch_port_set_pvid(struct ethsw_port_priv *port_priv, u16 pvid) in dpaa2_switch_port_set_pvid()120 static int dpaa2_switch_port_add_vlan(struct ethsw_port_priv *port_priv, in dpaa2_switch_port_add_vlan()185 static int dpaa2_switch_port_set_flood(struct ethsw_port_priv *port_priv, bool enable) in dpaa2_switch_port_set_flood()202 static int dpaa2_switch_port_set_stp_state(struct ethsw_port_priv *port_priv, u8 state) in dpaa2_switch_port_set_stp_state()234 struct ethsw_port_priv *ppriv_local = NULL; in dpaa2_switch_dellink()255 static int dpaa2_switch_port_fdb_add_uc(struct ethsw_port_priv *port_priv, in dpaa2_switch_port_fdb_add_uc()274 static int dpaa2_switch_port_fdb_del_uc(struct ethsw_port_priv *port_priv, in dpaa2_switch_port_fdb_del_uc()294 static int dpaa2_switch_port_fdb_add_mc(struct ethsw_port_priv *port_priv, in dpaa2_switch_port_fdb_add_mc()315 static int dpaa2_switch_port_fdb_del_mc(struct ethsw_port_priv *port_priv, in dpaa2_switch_port_fdb_del_mc()[all …]
35 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in dpaa2_switch_get_drvinfo()59 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in dpaa2_switch_get_link_ksettings()90 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in dpaa2_switch_set_link_ksettings()164 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in dpaa2_switch_ethtool_get_stats()
47 struct ethsw_port_priv { struct69 struct ethsw_port_priv **ports; argument