From 5fce5e4e3c8e1866c052a726fd2ea75d64bca4a1 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Wed, 4 Oct 2017 15:17:35 +0900 Subject: [PATCH] hfi1 generated headers: add missing filedata file --- kernel/include/hfi1/hfi1_generated_filedata.h | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 kernel/include/hfi1/hfi1_generated_filedata.h diff --git a/kernel/include/hfi1/hfi1_generated_filedata.h b/kernel/include/hfi1/hfi1_generated_filedata.h new file mode 100644 index 00000000..1177021e --- /dev/null +++ b/kernel/include/hfi1/hfi1_generated_filedata.h @@ -0,0 +1,37 @@ +struct hfi1_filedata { + union { + char whole_struct[104]; + struct { + char padding0[0]; + struct hfi1_devdata *dd; + }; + struct { + char padding1[8]; + struct hfi1_ctxtdata *uctxt; + }; + struct { + char padding2[16]; + struct hfi1_user_sdma_comp_q *cq; + }; + struct { + char padding3[24]; + struct hfi1_user_sdma_pkt_q *pq; + }; + struct { + char padding4[32]; + u16 subctxt; + }; + struct { + char padding5[56]; + struct tid_rb_node **entry_to_rb; + }; + struct { + char padding6[64]; + spinlock_t tid_lock; + }; + struct { + char padding7[72]; + u32 tid_used; + }; + }; +};