Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_table.h22 struct list_head tbl_list_node; member
Dmlx5hws_table.c250 list_add(&tbl->tbl_list_node, &ctx->tbl_list); in mlx5hws_table_create()
278 list_del_init(&tbl->tbl_list_node); in mlx5hws_table_destroy()
Dmlx5hws_debug.c432 list_for_each_entry(tbl, &ctx->tbl_list, tbl_list_node) { in hws_debug_dump_context()