Home
last modified time | relevance | path

Searched refs:nve_ops_arr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve.c733 ops = nve->nve_ops_arr[config->type]; in mlxsw_sp_nve_tunnel_init()
754 ops = nve->nve_ops_arr[nve->config.type]; in mlxsw_sp_nve_tunnel_fini()
786 ops = mlxsw_sp->nve->nve_ops_arr[type]; in mlxsw_sp_nve_fdb_clear_offload()
799 ops = nve->nve_ops_arr[params->type]; in mlxsw_sp_nve_fid_enable()
979 nve->nve_ops_arr = mlxsw_sp->nve_ops_arr; in mlxsw_sp_nve_init()
Dspectrum_nve.h27 const struct mlxsw_sp_nve_ops **nve_ops_arr; member
Dspectrum.c2963 mlxsw_sp->nve_ops_arr = mlxsw_sp1_nve_ops_arr; in mlxsw_sp1_init()
2994 mlxsw_sp->nve_ops_arr = mlxsw_sp2_nve_ops_arr; in mlxsw_sp2_init()
3023 mlxsw_sp->nve_ops_arr = mlxsw_sp2_nve_ops_arr; in mlxsw_sp3_init()
Dspectrum.h191 const struct mlxsw_sp_nve_ops **nve_ops_arr; member