Searched refs:ethsw_data (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
| D | ethsw.c | 50 struct ethsw_core *ethsw = port_priv->ethsw_data; in ethsw_port_set_pvid() 106 struct ethsw_core *ethsw = port_priv->ethsw_data; in ethsw_port_add_vlan() 172 err = dpsw_if_set_flooding(port_priv->ethsw_data->mc_io, 0, in ethsw_port_set_flood() 173 port_priv->ethsw_data->dpsw_handle, in ethsw_port_set_flood() 196 err = dpsw_if_set_stp(port_priv->ethsw_data->mc_io, 0, in ethsw_port_set_stp_state() 197 port_priv->ethsw_data->dpsw_handle, in ethsw_port_set_stp_state() 243 err = dpsw_fdb_add_unicast(port_priv->ethsw_data->mc_io, 0, in ethsw_port_fdb_add_uc() 244 port_priv->ethsw_data->dpsw_handle, in ethsw_port_fdb_add_uc() 262 err = dpsw_fdb_remove_unicast(port_priv->ethsw_data->mc_io, 0, in ethsw_port_fdb_del_uc() 263 port_priv->ethsw_data->dpsw_handle, in ethsw_port_fdb_del_uc() [all …]
|
| D | ethsw-ethtool.c | 41 err = dpsw_get_api_version(port_priv->ethsw_data->mc_io, 0, in ethsw_get_drvinfo() 63 err = dpsw_if_get_link_state(port_priv->ethsw_data->mc_io, 0, in ethsw_get_link_ksettings() 64 port_priv->ethsw_data->dpsw_handle, in ethsw_get_link_ksettings() 91 struct ethsw_core *ethsw = port_priv->ethsw_data; in ethsw_set_link_ksettings() 118 err = dpsw_if_set_link_cfg(port_priv->ethsw_data->mc_io, 0, in ethsw_set_link_ksettings() 119 port_priv->ethsw_data->dpsw_handle, in ethsw_set_link_ksettings() 167 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in ethsw_ethtool_get_stats() 168 port_priv->ethsw_data->dpsw_handle, in ethsw_ethtool_get_stats()
|
| D | ethsw.h | 48 struct ethsw_core *ethsw_data; member
|