Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aacraid/
Dcommsup.c272 hw_fib->header.StructType = FIB_MAGIC; in aac_fib_init()
751 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_adapter_complete()
752 hw_fib->header.StructType != FIB_MAGIC2 && in aac_fib_adapter_complete()
753 hw_fib->header.StructType != FIB_MAGIC2_64) { in aac_fib_adapter_complete()
814 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_complete()
815 hw_fib->header.StructType != FIB_MAGIC2 && in aac_fib_complete()
816 hw_fib->header.StructType != FIB_MAGIC2_64) in aac_fib_complete()
Dsrc.c476 fib->hw_fib_va->header.StructType = FIB_MAGIC2; in aac_src_deliver_message()
Daacraid.h363 u8 StructType; /* Type FIB */ member