Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c53 static int ethsw_port_set_pvid(struct ethsw_port_priv *port_priv, u16 pvid) in ethsw_port_set_pvid()
108 static int ethsw_port_add_vlan(struct ethsw_port_priv *port_priv, in ethsw_port_add_vlan()
173 static int ethsw_port_set_flood(struct ethsw_port_priv *port_priv, u8 flag) in ethsw_port_set_flood()
190 static int ethsw_port_set_stp_state(struct ethsw_port_priv *port_priv, u8 state) in ethsw_port_set_stp_state()
217 struct ethsw_port_priv *ppriv_local = NULL; in ethsw_dellink_switch()
238 static int ethsw_port_fdb_add_uc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_add_uc()
257 static int ethsw_port_fdb_del_uc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_del_uc()
277 static int ethsw_port_fdb_add_mc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_add_mc()
298 static int ethsw_port_fdb_del_mc(struct ethsw_port_priv *port_priv, in ethsw_port_fdb_del_mc()
322 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in port_get_stats()
[all …]
Dethsw-ethtool.c35 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()
156 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in ethsw_ethtool_get_stats()
Dethsw.h41 struct ethsw_port_priv { struct
61 struct ethsw_port_priv **ports; argument