Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c316 hw_fib->header.StructType = FIB_MAGIC; in aac_fib_init()
892 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_adapter_complete()
893 hw_fib->header.StructType != FIB_MAGIC2 && in aac_fib_adapter_complete()
894 hw_fib->header.StructType != FIB_MAGIC2_64) { in aac_fib_adapter_complete()
961 if (hw_fib->header.StructType != FIB_MAGIC && in aac_fib_complete()
962 hw_fib->header.StructType != FIB_MAGIC2 && in aac_fib_complete()
963 hw_fib->header.StructType != FIB_MAGIC2_64) in aac_fib_complete()
Dsrc.c564 fib->hw_fib_va->header.StructType = FIB_MAGIC2; in aac_src_deliver_message()
Daacraid.h695 u8 StructType; /* Type FIB */ member