Searched refs:list_last_entry (Results 1 – 4 of 4) sorted by relevance
204 #define list_last_entry(PTR, TYPE, FIELD) \ macro
154 #define list_last_entry(ptr, type, member) \ macro
170 #define list_last_entry(ptr, type, member) \ macro
300 last = list_last_entry(&fc_stats->counters, struct mlx5_fc, list); in mlx5_fc_stats_work()