superpipe.h (b070545db112e4c815fbfce25449495eff20c170) | superpipe.h (af2047ec00bfd61b46b653e856dcf1e0bc567619) |
---|---|
1/* 2 * CXL Flash Device Driver 3 * 4 * Written by: Manoj N. Kumar <manoj@linux.vnet.ibm.com>, IBM Corporation 5 * Matthew R. Ochs <mrochs@linux.vnet.ibm.com>, IBM Corporation 6 * 7 * Copyright (C) 2015 IBM Corporation 8 * --- 84 unchanged lines hidden (view full) --- 93 */ 94 u32 rht_out; /* Number of checked out RHT entries */ 95 u32 rht_perms; /* User-defined permissions for RHT entries */ 96 struct llun_info **rht_lun; /* Mapping of RHT entries to LUNs */ 97 u8 *rht_needs_ws; /* User-desired write-same function per RHTE */ 98 99 struct cxl_ioctl_start_work work; 100 u64 ctxid; | 1/* 2 * CXL Flash Device Driver 3 * 4 * Written by: Manoj N. Kumar <manoj@linux.vnet.ibm.com>, IBM Corporation 5 * Matthew R. Ochs <mrochs@linux.vnet.ibm.com>, IBM Corporation 6 * 7 * Copyright (C) 2015 IBM Corporation 8 * --- 84 unchanged lines hidden (view full) --- 93 */ 94 u32 rht_out; /* Number of checked out RHT entries */ 95 u32 rht_perms; /* User-defined permissions for RHT entries */ 96 struct llun_info **rht_lun; /* Mapping of RHT entries to LUNs */ 97 u8 *rht_needs_ws; /* User-desired write-same function per RHTE */ 98 99 struct cxl_ioctl_start_work work; 100 u64 ctxid; |
101 u64 irqs; /* Number of interrupts requested for context */ |
|
101 pid_t pid; 102 bool initialized; 103 bool unavail; 104 bool err_recovery_active; 105 struct mutex mutex; /* Context protection */ 106 struct kref kref; 107 void *ctx; 108 struct cxlflash_cfg *cfg; --- 49 unchanged lines hidden --- | 102 pid_t pid; 103 bool initialized; 104 bool unavail; 105 bool err_recovery_active; 106 struct mutex mutex; /* Context protection */ 107 struct kref kref; 108 void *ctx; 109 struct cxlflash_cfg *cfg; --- 49 unchanged lines hidden --- |