Searched refs:parsing_depth_ref (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c3003 refcount_set(&mlxsw_sp->parsing.parsing_depth_ref, 0);
3012 WARN_ON_ONCE(refcount_read(&mlxsw_sp->parsing.parsing_depth_ref));
4192 if (refcount_inc_not_zero(&mlxsw_sp->parsing.parsing_depth_ref))
4202 refcount_set(&mlxsw_sp->parsing.parsing_depth_ref, 1);
4215 if (!refcount_dec_and_test(&mlxsw_sp->parsing.parsing_depth_ref))
H A Dspectrum.h151 refcount_t parsing_depth_ref; member in struct:mlxsw_sp_parsing

Completed in 176 milliseconds