Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
21104aab
Commit
21104aab
authored
May 26, 2003
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qla1280: convert the driver to the new SCSI error handler
parent
ca88707b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
184 additions
and
348 deletions
+184
-348
drivers/scsi/qla1280.c
drivers/scsi/qla1280.c
+181
-348
drivers/scsi/qla1280.h
drivers/scsi/qla1280.h
+3
-0
No files found.
drivers/scsi/qla1280.c
View file @
21104aab
This diff is collapsed.
Click to expand it.
drivers/scsi/qla1280.h
View file @
21104aab
...
...
@@ -158,6 +158,9 @@ typedef struct srb {
uint8_t
dir
;
/* direction of transfer */
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,18)
dma_addr_t
saved_dma_handle
;
/* for unmap of single transfers */
/* NOTE: the sp->cmd will be NULL when this completion is
* called, so you should know the scsi_cmnd when using this */
struct
completion
*
wait
;
#endif
}
srb_t
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment