Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c43 ethsw->dpsw_handle, vid, &vcfg); in ethsw_add_vlan()
61 err = dpsw_if_get_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, in ethsw_port_set_pvid()
74 ethsw->dpsw_handle, in ethsw_port_set_pvid()
82 err = dpsw_if_set_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, in ethsw_port_set_pvid()
97 ethsw->dpsw_handle, in ethsw_port_set_pvid()
123 err = dpsw_vlan_add_if(ethsw->mc_io, 0, ethsw->dpsw_handle, vid, &vcfg); in ethsw_port_add_vlan()
133 ethsw->dpsw_handle, in ethsw_port_add_vlan()
162 err = dpsw_fdb_set_learning_mode(ethsw->mc_io, 0, ethsw->dpsw_handle, 0, in ethsw_set_learning()
178 port_priv->ethsw_data->dpsw_handle, in ethsw_port_set_flood()
202 port_priv->ethsw_data->dpsw_handle, in ethsw_port_set_stp_state()
[all …]
Dethsw-ethtool.c64 port_priv->ethsw_data->dpsw_handle, in ethsw_get_link_ksettings()
116 port_priv->ethsw_data->dpsw_handle, in ethsw_set_link_ksettings()
164 port_priv->ethsw_data->dpsw_handle, in ethsw_ethtool_get_stats()
Dethsw.h58 u16 dpsw_handle; member