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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1901 struct match_list *curr_match; local
1909 curr_match = kmalloc(sizeof(*curr_match), GFP_ATOMIC);
1910 if (!curr_match) {
1915 curr_match->g = g;
1916 list_add_tail(&curr_match->list, &match_head->list);

Completed in 109 milliseconds