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

/drivers/firewire/
H A Dcore.h216 * Check whether new_generation is the immediate successor of old_generation.
219 static inline bool is_next_generation(int new_generation, int old_generation) argument
221 return (new_generation & 0xff) == ((old_generation + 1) & 0xff);

Completed in 55 milliseconds