Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/aacraid/
H A Dcommsup.c1912 struct hw_fib **hw_fib_p; in fillup_pools() local
1915 hw_fib_p = hw_fib_pool; in fillup_pools()
1919 if (!(*(hw_fib_p++))) { in fillup_pools()
1920 --hw_fib_p; in fillup_pools()
1926 kfree(*(--hw_fib_p)); in fillup_pools()
1964 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()
2004 hw_newfib = *hw_fib_p; in wakeup_fibctx_threads()
2005 *(hw_fib_p++) = NULL; in wakeup_fibctx_threads()
2138 hw_fib_p = hw_fib_pool; in aac_process_events()
2141 kfree(*hw_fib_p); in aac_process_events()
[all …]