HFI1: port to IFS 10.7 rpv1 and support queued_spin_lock in Linux 3.10.0-693.11.6

This commit is contained in:
Balazs Gerofi
2018-04-09 22:21:45 +09:00
parent af22ce62d2
commit 8164b63fc2
11 changed files with 110 additions and 75 deletions

View File

@@ -1,40 +1,40 @@
struct hfi1_ctxtdata {
union {
char whole_struct[1456];
char whole_struct[1408];
struct {
char padding0[144];
unsigned int ctxt;
u16 ctxt;
};
struct {
char padding1[172];
char padding1[168];
u32 rcv_array_groups;
};
struct {
char padding2[176];
char padding2[172];
u32 eager_base;
};
struct {
char padding3[180];
char padding3[176];
u32 expected_count;
};
struct {
char padding4[184];
char padding4[180];
u32 expected_base;
};
struct {
char padding5[192];
char padding5[184];
struct exp_tid_set tid_group_list;
};
struct {
char padding6[216];
char padding6[208];
struct exp_tid_set tid_used_list;
};
struct {
char padding7[240];
char padding7[232];
struct exp_tid_set tid_full_list;
};
struct {
char padding8[432];
char padding8[392];
struct hfi1_devdata *dd;
};
};