Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c2039 static int fillup_pools(struct aac_dev *dev, struct hw_fib **hw_fib_pool, in fillup_pools() argument
2046 hw_fib_p = hw_fib_pool; in fillup_pools()
2048 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools()
2065 num = hw_fib_p - hw_fib_pool; in fillup_pools()
2070 struct hw_fib **hw_fib_pool, in wakeup_fibctx_threads() argument
2095 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()
2129 if (hw_fib_p >= &hw_fib_pool[num]) { in wakeup_fibctx_threads()
2182 struct hw_fib **hw_fib_pool, **hw_fib_p; in aac_process_events() local
2243 hw_fib_pool = kmalloc_array(num, sizeof(struct hw_fib *), in aac_process_events()
2245 if (!hw_fib_pool) in aac_process_events()
[all …]