Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c423 ida_init(&subm->chain_ida); in hws_submatcher_init_first()
495 ida_init(&subm->chain_ida); in hws_submatcher_init()
518 ida_destroy(&subm->chain_ida); in hws_submatcher_destroy()
678 ret = ida_alloc(&subm->chain_ida, GFP_KERNEL); in hws_complex_get_subrule_data()
717 ida_free(&subm->chain_ida, sr_data->chain_id); in hws_complex_get_subrule_data()
740 ida_free(&subm->chain_ida, sr_data->chain_id); in hws_complex_put_subrule_data()
H A Dbwc_complex.h46 struct ida chain_ida; member