-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vioscsi] New ProcessQueue() routine
Elminates VioScsiMSInterruptWorker() by refactoring contents into new ProcessQueue() routine. This consolidates the child processes of: HW_INTERRUPT HW_MESSAGE_SIGNALLED_INTERRUPT_ROUTINE Implemented using new tracing functionality, including use of new ENTER_INL_FN and EXIT_INL_FN functions when FORCEINLINE is used. Implemented new VIRTIO_SCSI_MSI_CONTROL_Q_OFFSET definition, and updated QUEUE_TO_MESSAGE() and MESSAGE_TO_QUEUE() to use it. DispatchQueue() now returns a BOOLEAN and uses new tracing functionality, as above. Signed-off-by: benyamin-codez <[email protected]>
- Loading branch information
1 parent
13de4f0
commit c4ac94b
Showing
3 changed files
with
161 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters