Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c48 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 …]
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()
163 struct ethsw_port_priv *port_priv = netdev_priv(netdev); in ethsw_ethtool_get_stats()
Dethsw.h45 struct ethsw_port_priv { struct
65 struct ethsw_port_priv **ports; argument