Lines Matching refs:fib
43 * This routine sends a fib to the adapter on behalf of a user level
49 struct fib *fibptr;
72 * Since we copy based on the fib header size, make sure that we
120 * Since we didn't really send a fib, zero out the state to allow
138 * the header) is less than or equal to the size of a fib, so we
160 * open_getadapter_fib - Get the next fib
233 compat_uptr_t fib;
237 * next_getadapter_fib - get the next fib
247 struct fib *fib;
261 f.fib = compat_ptr(cf.fib);
307 * Pull the next fib from the fibs
312 fib = list_entry(entry, struct fib, fiblink);
315 if (copy_to_user(f.fib, fib->hw_fib_va, sizeof(struct hw_fib))) {
316 kfree(fib->hw_fib_va);
317 kfree(fib);
321 * Free the space occupied by this copy of the fib.
323 kfree(fib->hw_fib_va);
324 kfree(fib);
357 struct fib *fib;
365 * Pull the next fib from the fibs
369 fib = list_entry(entry, struct fib, fiblink);
372 * Free the space occupied by this copy of the fib.
374 kfree(fib->hw_fib_va);
375 kfree(fib);
393 * close_getadapter_fib - close down user fib context
441 * check_revision - close down user fib context
481 struct fib* srbfib;
928 dprintk((KERN_DEBUG"aacraid: Could not send raw srb fib to hba\n"));