diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DMA-API-HOWTO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt index 93d90870791c..a38ddadd208e 100644 --- a/Documentation/DMA-API-HOWTO.txt +++ b/Documentation/DMA-API-HOWTO.txt | |||
@@ -745,6 +745,10 @@ and return NETDEV_TX_OK if the DMA mapping fails on the transmit hook | |||
745 | (ndo_start_xmit). This means that the socket buffer is just dropped in | 745 | (ndo_start_xmit). This means that the socket buffer is just dropped in |
746 | the failure case. | 746 | the failure case. |
747 | 747 | ||
748 | SCSI drivers must return SCSI_MLQUEUE_HOST_BUSY if the DMA mapping | ||
749 | fails in the queuecommand hook. This means that the SCSI subsystem | ||
750 | passes the command to the driver again later. | ||
751 | |||
748 | Closing | 752 | Closing |
749 | 753 | ||
750 | This document, and the API itself, would not be in its current | 754 | This document, and the API itself, would not be in its current |