File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ static struct scsi_host_template aic94xx_sht = {
40
40
/* .name is initialized */
41
41
.name = "aic94xx" ,
42
42
.queuecommand = sas_queuecommand ,
43
+ .dma_need_drain = ata_scsi_dma_need_drain ,
43
44
.target_alloc = sas_target_alloc ,
44
45
.slave_configure = sas_slave_configure ,
45
46
.scan_finished = asd_scan_finished ,
Original file line number Diff line number Diff line change @@ -1756,6 +1756,7 @@ static struct scsi_host_template sht_v1_hw = {
1756
1756
.proc_name = DRV_NAME ,
1757
1757
.module = THIS_MODULE ,
1758
1758
.queuecommand = sas_queuecommand ,
1759
+ .dma_need_drain = ata_scsi_dma_need_drain ,
1759
1760
.target_alloc = sas_target_alloc ,
1760
1761
.slave_configure = hisi_sas_slave_configure ,
1761
1762
.scan_finished = hisi_sas_scan_finished ,
Original file line number Diff line number Diff line change @@ -3532,6 +3532,7 @@ static struct scsi_host_template sht_v2_hw = {
3532
3532
.proc_name = DRV_NAME ,
3533
3533
.module = THIS_MODULE ,
3534
3534
.queuecommand = sas_queuecommand ,
3535
+ .dma_need_drain = ata_scsi_dma_need_drain ,
3535
3536
.target_alloc = sas_target_alloc ,
3536
3537
.slave_configure = hisi_sas_slave_configure ,
3537
3538
.scan_finished = hisi_sas_scan_finished ,
Original file line number Diff line number Diff line change @@ -3075,6 +3075,7 @@ static struct scsi_host_template sht_v3_hw = {
3075
3075
.proc_name = DRV_NAME ,
3076
3076
.module = THIS_MODULE ,
3077
3077
.queuecommand = sas_queuecommand ,
3078
+ .dma_need_drain = ata_scsi_dma_need_drain ,
3078
3079
.target_alloc = sas_target_alloc ,
3079
3080
.slave_configure = hisi_sas_slave_configure ,
3080
3081
.scan_finished = hisi_sas_scan_finished ,
Original file line number Diff line number Diff line change @@ -6731,6 +6731,7 @@ static struct scsi_host_template driver_template = {
6731
6731
.compat_ioctl = ipr_ioctl ,
6732
6732
#endif
6733
6733
.queuecommand = ipr_queuecommand ,
6734
+ .dma_need_drain = ata_scsi_dma_need_drain ,
6734
6735
.eh_abort_handler = ipr_eh_abort ,
6735
6736
.eh_device_reset_handler = ipr_eh_dev_reset ,
6736
6737
.eh_host_reset_handler = ipr_eh_host_reset ,
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ static struct scsi_host_template isci_sht = {
153
153
.name = DRV_NAME ,
154
154
.proc_name = DRV_NAME ,
155
155
.queuecommand = sas_queuecommand ,
156
+ .dma_need_drain = ata_scsi_dma_need_drain ,
156
157
.target_alloc = sas_target_alloc ,
157
158
.slave_configure = sas_slave_configure ,
158
159
.scan_finished = isci_host_scan_finished ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ static struct scsi_host_template mvs_sht = {
33
33
.module = THIS_MODULE ,
34
34
.name = DRV_NAME ,
35
35
.queuecommand = sas_queuecommand ,
36
+ .dma_need_drain = ata_scsi_dma_need_drain ,
36
37
.target_alloc = sas_target_alloc ,
37
38
.slave_configure = sas_slave_configure ,
38
39
.scan_finished = mvs_scan_finished ,
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ static struct scsi_host_template pm8001_sht = {
87
87
.module = THIS_MODULE ,
88
88
.name = DRV_NAME ,
89
89
.queuecommand = sas_queuecommand ,
90
+ .dma_need_drain = ata_scsi_dma_need_drain ,
90
91
.target_alloc = sas_target_alloc ,
91
92
.slave_configure = sas_slave_configure ,
92
93
.scan_finished = pm8001_scan_finished ,
You can’t perform that action at this time.
0 commit comments