Home
last modified time | relevance | path

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

/linux-2.6.39/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()
698 if (hw_fib->header.StructType != FIB_MAGIC) { in aac_fib_adapter_complete()
760 if (hw_fib->header.StructType != FIB_MAGIC) in aac_fib_complete()
Daacraid.h298 u8 StructType; /* Type FIB */ member