Searched refs:StructType (Results 1 – 3 of 3) sorted by relevance
298 hw_fib->header.StructType = FIB_MAGIC; in aac_fib_init()777 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_adapter_complete()778 hw_fib->header.StructType != FIB_MAGIC2 && in aac_fib_adapter_complete()779 hw_fib->header.StructType != FIB_MAGIC2_64) { in aac_fib_adapter_complete()840 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_complete()841 hw_fib->header.StructType != FIB_MAGIC2 && in aac_fib_complete()842 hw_fib->header.StructType != FIB_MAGIC2_64) in aac_fib_complete()
490 fib->hw_fib_va->header.StructType = FIB_MAGIC2; in aac_src_deliver_message()
370 u8 StructType; /* Type FIB */ member