Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_context.h49 struct list_head tbl_list; member
H A Dmlx5hws_context.c171 INIT_LIST_HEAD(&ctx->tbl_list); in hws_context_init_hws()
H A Dmlx5hws_debug.c432 list_for_each_entry(tbl, &ctx->tbl_list, tbl_list_node) { in hws_debug_dump_context()
H A Dmlx5hws_table.c250 list_add(&tbl->tbl_list_node, &ctx->tbl_list); in mlx5hws_table_create()