diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libiscsi.h | 3 | ||||
-rw-r--r-- | include/scsi/libsas.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index 3f631b08a1ab..007d442412e2 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -210,6 +210,9 @@ struct iscsi_session { | |||
210 | uint32_t exp_cmdsn; | 210 | uint32_t exp_cmdsn; |
211 | uint32_t max_cmdsn; | 211 | uint32_t max_cmdsn; |
212 | 212 | ||
213 | /* This tracks the reqs queued into the initiator */ | ||
214 | uint32_t queued_cmdsn; | ||
215 | |||
213 | /* configuration */ | 216 | /* configuration */ |
214 | int initial_r2t_en; | 217 | int initial_r2t_en; |
215 | unsigned max_r2t; | 218 | unsigned max_r2t; |
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index df36461fe881..8dda2d66b5b9 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
@@ -348,7 +348,7 @@ struct sas_ha_struct { | |||
348 | 348 | ||
349 | /* public: */ | 349 | /* public: */ |
350 | char *sas_ha_name; | 350 | char *sas_ha_name; |
351 | struct pci_dev *pcidev; /* should be set */ | 351 | struct device *dev; /* should be set */ |
352 | struct module *lldd_module; /* should be set */ | 352 | struct module *lldd_module; /* should be set */ |
353 | 353 | ||
354 | u8 *sas_addr; /* must be set */ | 354 | u8 *sas_addr; /* must be set */ |