Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c6653 struct mlxsw_sp_rif_subport *rif_subport; in mlxsw_sp_rif_subport_get() local
6660 rif_subport = mlxsw_sp_rif_subport_rif(rif); in mlxsw_sp_rif_subport_get()
6661 refcount_inc(&rif_subport->ref_count); in mlxsw_sp_rif_subport_get()
6667 struct mlxsw_sp_rif_subport *rif_subport; in mlxsw_sp_rif_subport_put() local
6669 rif_subport = mlxsw_sp_rif_subport_rif(rif); in mlxsw_sp_rif_subport_put()
6670 if (!refcount_dec_and_test(&rif_subport->ref_count)) in mlxsw_sp_rif_subport_put()
7386 struct mlxsw_sp_rif_subport *rif_subport; in mlxsw_sp_rif_subport_setup() local
7388 rif_subport = mlxsw_sp_rif_subport_rif(rif); in mlxsw_sp_rif_subport_setup()
7389 refcount_set(&rif_subport->ref_count, 1); in mlxsw_sp_rif_subport_setup()
7390 rif_subport->vid = params->vid; in mlxsw_sp_rif_subport_setup()
[all …]