Searched refs:hw_fib_pool (Results 1 – 1 of 1) sorted by relevance
1900 static int fillup_pools(struct aac_dev *dev, struct hw_fib **hw_fib_pool, in fillup_pools() argument1907 hw_fib_p = hw_fib_pool; in fillup_pools()1909 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools()1926 num = hw_fib_p - hw_fib_pool; in fillup_pools()1931 struct hw_fib **hw_fib_pool, in wakeup_fibctx_threads() argument1956 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()1990 if (hw_fib_p >= &hw_fib_pool[num]) { in wakeup_fibctx_threads()2043 struct hw_fib **hw_fib_pool, **hw_fib_p; in aac_process_events() local2104 hw_fib_pool = kmalloc_objs(struct hw_fib *, num); in aac_process_events()2105 if (!hw_fib_pool) in aac_process_events()[all …]