1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ata_scsi_offline_dev</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="libATA Developer's Guide"><link rel="up" href="libataScsiInt.html" title="Chapter 6. libata SCSI translation/emulation"><link rel="prev" href="API-ata-scsi-dump-cdb.html" title="ata_scsi_dump_cdb"><link rel="next" href="API-ata-scsi-remove-dev.html" title="ata_scsi_remove_dev"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">ata_scsi_offline_dev</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-ata-scsi-dump-cdb.html">Prev</a> </td><th width="60%" align="center">Chapter 6. libata SCSI translation/emulation</th><td width="20%" align="right"> <a accesskey="n" href="API-ata-scsi-remove-dev.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-ata-scsi-offline-dev"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ata_scsi_offline_dev — 2 offline attached SCSI device 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">int <b class="fsfunc">ata_scsi_offline_dev </b>(</code></td><td>struct ata_device * <var class="pdparam">dev</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1124913244"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>dev</code></em></span></dt><dd><p> 4 ATA device to offline attached SCSI device for 5 </p></dd></dl></div></div><div class="refsect1"><a name="idp1124914868"></a><h2>Description</h2><p> 6 This function is called from <code class="function">ata_eh_hotplug</code> and responsible 7 for taking the SCSI device attached to <em class="parameter"><code>dev</code></em> offline. This 8 function is called with host lock which protects dev->sdev 9 against clearing. 10</p></div><div class="refsect1"><a name="idp1124916396"></a><h2>LOCKING</h2><p> 11 spin_lock_irqsave(host lock) 12</p></div><div class="refsect1"><a name="idp1124917028"></a><h2>RETURNS</h2><p> 13 1 if attached SCSI device exists, 0 otherwise. 14</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-ata-scsi-dump-cdb.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="libataScsiInt.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-ata-scsi-remove-dev.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">ata_scsi_dump_cdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">ata_scsi_remove_dev</span></td></tr></table></div></body></html> 15