Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1772 struct match_list *curr_match; in build_match_list() local
1784 curr_match = kmalloc(sizeof(*curr_match), GFP_ATOMIC); in build_match_list()
1785 if (!curr_match) { in build_match_list()
1790 curr_match->g = g; in build_match_list()
1791 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()