Searched refs:ethsw_port_priv (Results 1 – 3 of 3) sorted by relevance
48 static int ethsw_port_set_pvid(struct ethsw_port_priv *port_priv, u16 pvid) in ethsw_port_set_pvid()103 static int ethsw_port_add_vlan(struct ethsw_port_priv *port_priv, in ethsw_port_add_vlan()168 static int ethsw_port_set_flood(struct ethsw_port_priv *port_priv, bool enable) in ethsw_port_set_flood()185 static int ethsw_port_set_stp_state(struct ethsw_port_priv *port_priv, u8 state) in ethsw_port_set_stp_state()212 struct ethsw_port_priv *ppriv_local = NULL; in ethsw_dellink_switch()233 static int ethsw_port_fdb_add_uc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_add_uc()252 static int ethsw_port_fdb_del_uc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_del_uc()272 static int ethsw_port_fdb_add_mc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_add_mc()293 static int ethsw_port_fdb_del_mc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_del_mc()342 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in port_get_stats()[all …]
35 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in ethsw_get_drvinfo()59 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in ethsw_get_link_ksettings()90 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in ethsw_set_link_ksettings()163 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in ethsw_ethtool_get_stats()
45 struct ethsw_port_priv { struct65 struct ethsw_port_priv **ports; argument