ATA_HOST_INTR
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
ata_host_intr - Handle host interrupt for given (port, task)
SYNOPSIS
unsigned int ata_host_intr (struct ata_port * ap, struct ata_queued_cmd * qc);
ARGUMENTS
- ap
-
Port on which interrupt arrived (possibly...)
- qc
-
Taskfile currently active in engine
DESCRIPTION
Handle host interrupt for given queued command. Currently,
only DMA interrupts are handled. All other commands are
handled via polling with interrupts disabled (nIEN bit).
LOCKING
spin_lock_irqsave(host_set lock)
RETURNS
One if interrupt was handled, zero if not (shared irq).
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- LOCKING
-
- RETURNS
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:51:00 GMT, April 09, 2004