1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>get_phy_id</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Networking and Network Devices APIs"><link rel="up" href="ch02s02.html" title="PHY Support"><link rel="prev" href="API-get-phy-c45-ids.html" title="get_phy_c45_ids"><link rel="next" href="API-phy-prepare-link.html" title="phy_prepare_link"></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">get_phy_id</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-get-phy-c45-ids.html">Prev</a> </td><th width="60%" align="center">PHY Support</th><td width="20%" align="right"> <a accesskey="n" href="API-phy-prepare-link.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-get-phy-id"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>get_phy_id — 2 reads the specified addr for its ID. 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">get_phy_id </b>(</code></td><td>struct mii_bus * <var class="pdparam">bus</var>, </td></tr><tr><td> </td><td>int <var class="pdparam">addr</var>, </td></tr><tr><td> </td><td>u32 * <var class="pdparam">phy_id</var>, </td></tr><tr><td> </td><td>bool <var class="pdparam">is_c45</var>, </td></tr><tr><td> </td><td>struct phy_c45_device_ids * <var class="pdparam">c45_ids</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1099421572"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>bus</code></em></span></dt><dd><p> 4 the target MII bus 5 </p></dd><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 6 PHY address on the MII bus 7 </p></dd><dt><span class="term"><em class="parameter"><code>phy_id</code></em></span></dt><dd><p> 8 where to store the ID retrieved. 9 </p></dd><dt><span class="term"><em class="parameter"><code>is_c45</code></em></span></dt><dd><p> 10 If true the PHY uses the 802.3 clause 45 protocol 11 </p></dd><dt><span class="term"><em class="parameter"><code>c45_ids</code></em></span></dt><dd><p> 12 where to store the c45 ID information. 13 </p></dd></dl></div></div><div class="refsect1"><a name="idp1099427332"></a><h2>Description</h2><p> 14 In the case of a 802.3-c22 PHY, reads the ID registers 15 of the PHY at <em class="parameter"><code>addr</code></em> on the <em class="parameter"><code>bus</code></em>, stores it in <em class="parameter"><code>phy_id</code></em> and returns 16 zero on success. 17 </p><p> 18 19 In the case of a 802.3-c45 PHY, <code class="function">get_phy_c45_ids</code> is invoked, and 20 its return value is in turn returned. 21</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-get-phy-c45-ids.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02s02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-phy-prepare-link.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">get_phy_c45_ids</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">phy_prepare_link</span></td></tr></table></div></body></html> 22