Lines Matching refs:next
160 * open_getadapter_fib - Get the next fib
164 * This routine will get the next Fib, if available, from the AdapterFibContext
190 * Initialize the mutex used to wait for the next AIF.
207 entry = dev->fib_list.next;
209 context = list_entry(entry, struct aac_fib_context, next);
213 entry = dev->fib_list.next;
215 entry = entry->next;
218 list_add_tail(&fibctx->next, &dev->fib_list);
237 * next_getadapter_fib - get the next fib
241 * This routine will get the next Fib, if available, from the AdapterFibContext
273 entry = dev->fib_list.next;
277 fibctx = list_entry(entry, struct aac_fib_context, next);
284 entry = entry->next;
307 * Pull the next fib from the fibs
309 entry = fibctx->fib_list.next;
365 * Pull the next fib from the fibs
367 entry = fibctx->fib_list.next;
380 list_del(&fibctx->next);
414 entry = dev->fib_list.next;
418 fibctx = list_entry(entry, struct aac_fib_context, next);
424 entry = entry->next;