Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aacraid/
Dcommsup.c243 hw_fib->header.StructType = FIB_MAGIC; in aac_fib_init()
262 BUG_ON(hw_fib->header.StructType != FIB_MAGIC); in fib_dealloc()
724 if (hw_fib->header.StructType != FIB_MAGIC) { in aac_fib_adapter_complete()
786 if (hw_fib->header.StructType != FIB_MAGIC) in aac_fib_complete()
Daacraid.h272 #define FIB_MAGIC 0x0001 macro