Home
last modified time | relevance | path

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

/linux/drivers/scsi/aacraid/
H A Dcommsup.c310 hw_fib->header.StructType = FIB_MAGIC; in aac_fib_init()
886 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_adapter_complete()
955 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_complete()
H A Daacraid.h664 #define FIB_MAGIC 0x0001 macro