Searched refs:ethsw_data (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | ethsw.c | 55 struct ethsw_core *ethsw = port_priv->ethsw_data; in ethsw_port_set_pvid() 111 struct ethsw_core *ethsw = port_priv->ethsw_data; in ethsw_port_add_vlan() 177 err = dpsw_if_set_flooding(port_priv->ethsw_data->mc_io, 0, in ethsw_port_set_flood() 178 port_priv->ethsw_data->dpsw_handle, in ethsw_port_set_flood() 201 err = dpsw_if_set_stp(port_priv->ethsw_data->mc_io, 0, in ethsw_port_set_stp_state() 202 port_priv->ethsw_data->dpsw_handle, in ethsw_port_set_stp_state() 248 err = dpsw_fdb_add_unicast(port_priv->ethsw_data->mc_io, 0, in ethsw_port_fdb_add_uc() 249 port_priv->ethsw_data->dpsw_handle, in ethsw_port_fdb_add_uc() 267 err = dpsw_fdb_remove_unicast(port_priv->ethsw_data->mc_io, 0, in ethsw_port_fdb_del_uc() 268 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() 115 err = dpsw_if_set_link_cfg(port_priv->ethsw_data->mc_io, 0, in ethsw_set_link_ksettings() 116 port_priv->ethsw_data->dpsw_handle, in ethsw_set_link_ksettings() 163 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in ethsw_ethtool_get_stats() 164 port_priv->ethsw_data->dpsw_handle, in ethsw_ethtool_get_stats()
|
D | ethsw.h | 44 struct ethsw_core *ethsw_data; member
|