sphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}parenthsba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget"/translations/zh_CN/networking/phymodnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}hh2sbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget"/translations/zh_TW/networking/phymodnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}hhFsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget"/translations/it_IT/networking/phymodnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}hhZsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget"/translations/ja_JP/networking/phymodnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}hhnsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget"/translations/ko_KR/networking/phymodnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget"/translations/sp_SP/networking/phymodnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhsection)}(hhh](htitle)}(hPHY Abstraction Layerh]hPHY Abstraction Layer}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhdev_flags prior to the call to phy_connect() such that the underlying PHY driver can check for flags and perform specific operations based on them. This is useful if the system has put hardware restrictions on the PHY/controller, of which the PHY needs to be aware.h]hX5PHY-specific flags should be set in phydev->dev_flags prior to the call to phy_connect() such that the underlying PHY driver can check for flags and perform specific operations based on them. This is useful if the system has put hardware restrictions on the PHY/controller, of which the PHY needs to be aware.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(h*interface* is a u32 which specifies the connection type used between the controller and the PHY. Examples are GMII, MII, RGMII, and SGMII. See "PHY interface mode" below. For a full list, see include/linux/phy.hh](j)}(h *interface*h]h interface}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh is a u32 which specifies the connection type used between the controller and the PHY. Examples are GMII, MII, RGMII, and SGMII. See “PHY interface mode” below. For a full list, see include/linux/phy.h}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(hXNow just make sure that phydev->supported and phydev->advertising have any values pruned from them which don't make sense for your controller (a 10/100 controller may be connected to a gigabit capable PHY, so you would need to mask off SUPPORTED_1000baseT*). See include/linux/ethtool.h for definitions for these bitfields. Note that you should not SET any bits, except the SUPPORTED_Pause and SUPPORTED_AsymPause bits (see below), or the PHY may get put into an unsupported state.h]hXNow just make sure that phydev->supported and phydev->advertising have any values pruned from them which don’t make sense for your controller (a 10/100 controller may be connected to a gigabit capable PHY, so you would need to mask off SUPPORTED_1000baseT*). See include/linux/ethtool.h for definitions for these bitfields. Note that you should not SET any bits, except the SUPPORTED_Pause and SUPPORTED_AsymPause bits (see below), or the PHY may get put into an unsupported state.}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(hXLastly, once the controller is ready to handle network traffic, you call phy_start(phydev). This tells the PAL that you are ready, and configures the PHY to connect to the network. If the MAC interrupt of your network driver also handles PHY status changes, just set phydev->irq to PHY_MAC_INTERRUPT before you call phy_start and use phy_mac_interrupt() from the network driver. If you don't want to use interrupts, set phydev->irq to PHY_POLL. phy_start() enables the PHY interrupts (if applicable) and starts the phylib state machine.h]hXLastly, once the controller is ready to handle network traffic, you call phy_start(phydev). This tells the PAL that you are ready, and configures the PHY to connect to the network. If the MAC interrupt of your network driver also handles PHY status changes, just set phydev->irq to PHY_MAC_INTERRUPT before you call phy_start and use phy_mac_interrupt() from the network driver. If you don’t want to use interrupts, set phydev->irq to PHY_POLL. phy_start() enables the PHY interrupts (if applicable) and starts the phylib state machine.}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(hWhen you want to disconnect from the network (even if just briefly), you call phy_stop(phydev). This function also stops the phylib state machine and disables PHY interrupts.h]hWhen you want to disconnect from the network (even if just briefly), you call phy_stop(phydev). This function also stops the phylib state machine and disables PHY interrupts.}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubeh}(h]/letting-the-phy-abstraction-layer-do-everythingah ]h"]/letting the phy abstraction layer do everythingah$]h&]uh1hhhhhhhhKubh)}(hhh](h)}(hPHY interface modesh]hPHY interface modes}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjghhhhhKubh)}(hX-The PHY interface mode supplied in the phy_connect() family of functions defines the initial operating mode of the PHY interface. This is not guaranteed to remain constant; there are PHYs which dynamically change their interface mode without software interaction depending on the negotiation results.h]hX-The PHY interface mode supplied in the phy_connect() family of functions defines the initial operating mode of the PHY interface. This is not guaranteed to remain constant; there are PHYs which dynamically change their interface mode without software interaction depending on the negotiation results.}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjghhubh)}(h0Some of the interface modes are described below:h]h0Some of the interface modes are described below:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjghhubhdefinition_list)}(hhh](hdefinition_list_item)}(h``PHY_INTERFACE_MODE_SMII`` This is serial MII, clocked at 125MHz, supporting 100M and 10M speeds. Some details can be found in https://opencores.org/ocsvn/smii/smii/trunk/doc/SMII.pdf h](hterm)}(h``PHY_INTERFACE_MODE_SMII``h]hliteral)}(hjh]hPHY_INTERFACE_MODE_SMII}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhKhjubh definition)}(hhh]h)}(hThis is serial MII, clocked at 125MHz, supporting 100M and 10M speeds. Some details can be found in https://opencores.org/ocsvn/smii/smii/trunk/doc/SMII.pdfh](hdThis is serial MII, clocked at 125MHz, supporting 100M and 10M speeds. Some details can be found in }(hjhhhNhNubh reference)}(h8https://opencores.org/ocsvn/smii/smii/trunk/doc/SMII.pdfh]h8https://opencores.org/ocsvn/smii/smii/trunk/doc/SMII.pdf}(hjhhhNhNubah}(h]h ]h"]h$]h&]refurijuh1jhjubeh}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhKhjubj)}(hX``PHY_INTERFACE_MODE_1000BASEX`` This defines the 1000BASE-X single-lane serdes link as defined by the 802.3 standard section 36. The link operates at a fixed bit rate of 1.25Gbaud using a 10B/8B encoding scheme, resulting in an underlying data rate of 1Gbps. Embedded in the data stream is a 16-bit control word which is used to negotiate the duplex and pause modes with the remote end. This does not include "up-clocked" variants such as 2.5Gbps speeds (see below.) h](j)}(h ``PHY_INTERFACE_MODE_1000BASEX``h]j)}(hjh]hPHY_INTERFACE_MODE_1000BASEX}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhKhjubj)}(hhh]h)}(hXThis defines the 1000BASE-X single-lane serdes link as defined by the 802.3 standard section 36. The link operates at a fixed bit rate of 1.25Gbaud using a 10B/8B encoding scheme, resulting in an underlying data rate of 1Gbps. Embedded in the data stream is a 16-bit control word which is used to negotiate the duplex and pause modes with the remote end. This does not include "up-clocked" variants such as 2.5Gbps speeds (see below.)h]hXThis defines the 1000BASE-X single-lane serdes link as defined by the 802.3 standard section 36. The link operates at a fixed bit rate of 1.25Gbaud using a 10B/8B encoding scheme, resulting in an underlying data rate of 1Gbps. Embedded in the data stream is a 16-bit control word which is used to negotiate the duplex and pause modes with the remote end. This does not include “up-clocked” variants such as 2.5Gbps speeds (see below.)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhKhjhhubj)}(h``PHY_INTERFACE_MODE_2500BASEX`` This defines a variant of 1000BASE-X which is clocked 2.5 times as fast as the 802.3 standard, giving a fixed bit rate of 3.125Gbaud. h](j)}(h ``PHY_INTERFACE_MODE_2500BASEX``h]j)}(hj(h]hPHY_INTERFACE_MODE_2500BASEX}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj&ubah}(h]h ]h"]h$]h&]uh1jhhhMhj"ubj)}(hhh]h)}(hThis defines a variant of 1000BASE-X which is clocked 2.5 times as fast as the 802.3 standard, giving a fixed bit rate of 3.125Gbaud.h]hThis defines a variant of 1000BASE-X which is clocked 2.5 times as fast as the 802.3 standard, giving a fixed bit rate of 3.125Gbaud.}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj=ubah}(h]h ]h"]h$]h&]uh1jhj"ubeh}(h]h ]h"]h$]h&]uh1jhhhMhjhhubj)}(hXv``PHY_INTERFACE_MODE_SGMII`` This is used for Cisco SGMII, which is a modification of 1000BASE-X as defined by the 802.3 standard. The SGMII link consists of a single serdes lane running at a fixed bit rate of 1.25Gbaud with 10B/8B encoding. The underlying data rate is 1Gbps, with the slower speeds of 100Mbps and 10Mbps being achieved through replication of each data symbol. The 802.3 control word is re-purposed to send the negotiated speed and duplex information from to the MAC, and for the MAC to acknowledge receipt. This does not include "up-clocked" variants such as 2.5Gbps speeds. Note: mismatched SGMII vs 1000BASE-X configuration on a link can successfully pass data in some circumstances, but the 16-bit control word will not be correctly interpreted, which may cause mismatches in duplex, pause or other settings. This is dependent on the MAC and/or PHY behaviour. h](j)}(h``PHY_INTERFACE_MODE_SGMII``h]j)}(hj`h]hPHY_INTERFACE_MODE_SGMII}(hjbhhhNhNubah}(h]h ]h"]h$]h&]uh1jhj^ubah}(h]h ]h"]h$]h&]uh1jhhhMhjZubj)}(hhh](h)}(hX6This is used for Cisco SGMII, which is a modification of 1000BASE-X as defined by the 802.3 standard. The SGMII link consists of a single serdes lane running at a fixed bit rate of 1.25Gbaud with 10B/8B encoding. The underlying data rate is 1Gbps, with the slower speeds of 100Mbps and 10Mbps being achieved through replication of each data symbol. The 802.3 control word is re-purposed to send the negotiated speed and duplex information from to the MAC, and for the MAC to acknowledge receipt. This does not include "up-clocked" variants such as 2.5Gbps speeds.h]hX:This is used for Cisco SGMII, which is a modification of 1000BASE-X as defined by the 802.3 standard. The SGMII link consists of a single serdes lane running at a fixed bit rate of 1.25Gbaud with 10B/8B encoding. The underlying data rate is 1Gbps, with the slower speeds of 100Mbps and 10Mbps being achieved through replication of each data symbol. The 802.3 control word is re-purposed to send the negotiated speed and duplex information from to the MAC, and for the MAC to acknowledge receipt. This does not include “up-clocked” variants such as 2.5Gbps speeds.}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjuubh)}(hX Note: mismatched SGMII vs 1000BASE-X configuration on a link can successfully pass data in some circumstances, but the 16-bit control word will not be correctly interpreted, which may cause mismatches in duplex, pause or other settings. This is dependent on the MAC and/or PHY behaviour.h]hX Note: mismatched SGMII vs 1000BASE-X configuration on a link can successfully pass data in some circumstances, but the 16-bit control word will not be correctly interpreted, which may cause mismatches in duplex, pause or other settings. This is dependent on the MAC and/or PHY behaviour.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubeh}(h]h ]h"]h$]h&]uh1jhjZubeh}(h]h ]h"]h$]h&]uh1jhhhMhjhhubj)}(hX ``PHY_INTERFACE_MODE_5GBASER`` This is the IEEE 802.3 Clause 129 defined 5GBASE-R protocol. It is identical to the 10GBASE-R protocol defined in Clause 49, with the exception that it operates at half the frequency. Please refer to the IEEE standard for the definition. h](j)}(h``PHY_INTERFACE_MODE_5GBASER``h]j)}(hjh]hPHY_INTERFACE_MODE_5GBASER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhMhjubj)}(hhh]h)}(hThis is the IEEE 802.3 Clause 129 defined 5GBASE-R protocol. It is identical to the 10GBASE-R protocol defined in Clause 49, with the exception that it operates at half the frequency. Please refer to the IEEE standard for the definition.h]hThis is the IEEE 802.3 Clause 129 defined 5GBASE-R protocol. It is identical to the 10GBASE-R protocol defined in Clause 49, with the exception that it operates at half the frequency. Please refer to the IEEE standard for the definition.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhMhjhhubj)}(hX``PHY_INTERFACE_MODE_10GBASER`` This is the IEEE 802.3 Clause 49 defined 10GBASE-R protocol used with various different mediums. Please refer to the IEEE standard for a definition of this. Note: 10GBASE-R is just one protocol that can be used with XFI and SFI. XFI and SFI permit multiple protocols over a single SERDES lane, and also defines the electrical characteristics of the signals with a host compliance board plugged into the host XFP/SFP connector. Therefore, XFI and SFI are not PHY interface types in their own right. h](j)}(h``PHY_INTERFACE_MODE_10GBASER``h]j)}(hjh]hPHY_INTERFACE_MODE_10GBASER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhM"hjubj)}(hhh](h)}(hThis is the IEEE 802.3 Clause 49 defined 10GBASE-R protocol used with various different mediums. Please refer to the IEEE standard for a definition of this.h]hThis is the IEEE 802.3 Clause 49 defined 10GBASE-R protocol used with various different mediums. Please refer to the IEEE standard for a definition of this.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hXTNote: 10GBASE-R is just one protocol that can be used with XFI and SFI. XFI and SFI permit multiple protocols over a single SERDES lane, and also defines the electrical characteristics of the signals with a host compliance board plugged into the host XFP/SFP connector. Therefore, XFI and SFI are not PHY interface types in their own right.h]hXTNote: 10GBASE-R is just one protocol that can be used with XFI and SFI. XFI and SFI permit multiple protocols over a single SERDES lane, and also defines the electrical characteristics of the signals with a host compliance board plugged into the host XFP/SFP connector. Therefore, XFI and SFI are not PHY interface types in their own right.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhM"hjhhubj)}(hX``PHY_INTERFACE_MODE_10GKR`` This is the IEEE 802.3 Clause 49 defined 10GBASE-R with Clause 73 autonegotiation. Please refer to the IEEE standard for further information. Note: due to legacy usage, some 10GBASE-R usage incorrectly makes use of this definition. h](j)}(h``PHY_INTERFACE_MODE_10GKR``h]j)}(hj$h]hPHY_INTERFACE_MODE_10GKR}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj"ubah}(h]h ]h"]h$]h&]uh1jhhhM*hjubj)}(hhh](h)}(hThis is the IEEE 802.3 Clause 49 defined 10GBASE-R with Clause 73 autonegotiation. Please refer to the IEEE standard for further information.h]hThis is the IEEE 802.3 Clause 49 defined 10GBASE-R with Clause 73 autonegotiation. Please refer to the IEEE standard for further information.}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM%hj9ubh)}(hYNote: due to legacy usage, some 10GBASE-R usage incorrectly makes use of this definition.h]hYNote: due to legacy usage, some 10GBASE-R usage incorrectly makes use of this definition.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM)hj9ubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhM*hjhhubj)}(hX``PHY_INTERFACE_MODE_25GBASER`` This is the IEEE 802.3 PCS Clause 107 defined 25GBASE-R protocol. The PCS is identical to 10GBASE-R, i.e. 64B/66B encoded running 2.5 as fast, giving a fixed bit rate of 25.78125 Gbaud. Please refer to the IEEE standard for further information. h](j)}(h``PHY_INTERFACE_MODE_25GBASER``h]j)}(hjjh]hPHY_INTERFACE_MODE_25GBASER}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjhubah}(h]h ]h"]h$]h&]uh1jhhhM0hjdubj)}(hhh]h)}(hThis is the IEEE 802.3 PCS Clause 107 defined 25GBASE-R protocol. The PCS is identical to 10GBASE-R, i.e. 64B/66B encoded running 2.5 as fast, giving a fixed bit rate of 25.78125 Gbaud. Please refer to the IEEE standard for further information.h]hThis is the IEEE 802.3 PCS Clause 107 defined 25GBASE-R protocol. The PCS is identical to 10GBASE-R, i.e. 64B/66B encoded running 2.5 as fast, giving a fixed bit rate of 25.78125 Gbaud. Please refer to the IEEE standard for further information.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM-hjubah}(h]h ]h"]h$]h&]uh1jhjdubeh}(h]h ]h"]h$]h&]uh1jhhhM0hjhhubj)}(h``PHY_INTERFACE_MODE_100BASEX`` This defines IEEE 802.3 Clause 24. The link operates at a fixed data rate of 125Mpbs using a 4B/5B encoding scheme, resulting in an underlying data rate of 100Mpbs. h](j)}(h``PHY_INTERFACE_MODE_100BASEX``h]j)}(hjh]hPHY_INTERFACE_MODE_100BASEX}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhM5hjubj)}(hhh]h)}(hThis defines IEEE 802.3 Clause 24. The link operates at a fixed data rate of 125Mpbs using a 4B/5B encoding scheme, resulting in an underlying data rate of 100Mpbs.h]hThis defines IEEE 802.3 Clause 24. The link operates at a fixed data rate of 125Mpbs using a 4B/5B encoding scheme, resulting in an underlying data rate of 100Mpbs.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhM5hjhhubj)}(hX``PHY_INTERFACE_MODE_QUSGMII`` This defines the Cisco the Quad USGMII mode, which is the Quad variant of the USGMII (Universal SGMII) link. It's very similar to QSGMII, but uses a Packet Control Header (PCH) instead of the 7 bytes preamble to carry not only the port id, but also so-called "extensions". The only documented extension so-far in the specification is the inclusion of timestamps, for PTP-enabled PHYs. This mode isn't compatible with QSGMII, but offers the same capabilities in terms of link speed and negotiation. h](j)}(h``PHY_INTERFACE_MODE_QUSGMII``h]j)}(hjh]hPHY_INTERFACE_MODE_QUSGMII}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhM>hjubj)}(hhh]h)}(hXThis defines the Cisco the Quad USGMII mode, which is the Quad variant of the USGMII (Universal SGMII) link. It's very similar to QSGMII, but uses a Packet Control Header (PCH) instead of the 7 bytes preamble to carry not only the port id, but also so-called "extensions". The only documented extension so-far in the specification is the inclusion of timestamps, for PTP-enabled PHYs. This mode isn't compatible with QSGMII, but offers the same capabilities in terms of link speed and negotiation.h]hXThis defines the Cisco the Quad USGMII mode, which is the Quad variant of the USGMII (Universal SGMII) link. It’s very similar to QSGMII, but uses a Packet Control Header (PCH) instead of the 7 bytes preamble to carry not only the port id, but also so-called “extensions”. The only documented extension so-far in the specification is the inclusion of timestamps, for PTP-enabled PHYs. This mode isn’t compatible with QSGMII, but offers the same capabilities in terms of link speed and negotiation.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM8hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhhhM>hjhhubj)}(hXC``PHY_INTERFACE_MODE_1000BASEKX`` This is 1000BASE-X as defined by IEEE 802.3 Clause 36 with Clause 73 autonegotiation. Generally, it will be used with a Clause 70 PMD. To contrast with the 1000BASE-X phy mode used for Clause 38 and 39 PMDs, this interface mode has different autonegotiation and only supports full duplex. h](j)}(h!``PHY_INTERFACE_MODE_1000BASEKX``h]j)}(hjh]hPHY_INTERFACE_MODE_1000BASEKX}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhMDhj ubj)}(hhh]h)}(hX This is 1000BASE-X as defined by IEEE 802.3 Clause 36 with Clause 73 autonegotiation. Generally, it will be used with a Clause 70 PMD. To contrast with the 1000BASE-X phy mode used for Clause 38 and 39 PMDs, this interface mode has different autonegotiation and only supports full duplex.h]hX This is 1000BASE-X as defined by IEEE 802.3 Clause 36 with Clause 73 autonegotiation. Generally, it will be used with a Clause 70 PMD. To contrast with the 1000BASE-X phy mode used for Clause 38 and 39 PMDs, this interface mode has different autonegotiation and only supports full duplex.}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMAhj'ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhhhMDhjhhubj)}(h``PHY_INTERFACE_MODE_PSGMII`` This is the Penta SGMII mode, it is similar to QSGMII but it combines 5 SGMII lines into a single link compared to 4 on QSGMII. h](j)}(h``PHY_INTERFACE_MODE_PSGMII``h]j)}(hjJh]hPHY_INTERFACE_MODE_PSGMII}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjHubah}(h]h ]h"]h$]h&]uh1jhhhMHhjDubj)}(hhh]h)}(hThis is the Penta SGMII mode, it is similar to QSGMII but it combines 5 SGMII lines into a single link compared to 4 on QSGMII.h]hThis is the Penta SGMII mode, it is similar to QSGMII but it combines 5 SGMII lines into a single link compared to 4 on QSGMII.}(hjbhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMGhj_ubah}(h]h ]h"]h$]h&]uh1jhjDubeh}(h]h ]h"]h$]h&]uh1jhhhMHhjhhubj)}(hXN``PHY_INTERFACE_MODE_10G_QXGMII`` Represents the 10G-QXGMII PHY-MAC interface as defined by the Cisco USXGMII Multiport Copper Interface document. It supports 4 ports over a 10.3125 GHz SerDes lane, each port having speeds of 2.5G / 1G / 100M / 10M achieved through symbol replication. The PCS expects the standard USXGMII code word. h](j)}(h!``PHY_INTERFACE_MODE_10G_QXGMII``h]j)}(hjh]hPHY_INTERFACE_MODE_10G_QXGMII}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhhhMNhj|ubj)}(hhh]h)}(hX+Represents the 10G-QXGMII PHY-MAC interface as defined by the Cisco USXGMII Multiport Copper Interface document. It supports 4 ports over a 10.3125 GHz SerDes lane, each port having speeds of 2.5G / 1G / 100M / 10M achieved through symbol replication. The PCS expects the standard USXGMII code word.h]hX+Represents the 10G-QXGMII PHY-MAC interface as defined by the Cisco USXGMII Multiport Copper Interface document. It supports 4 ports over a 10.3125 GHz SerDes lane, each port having speeds of 2.5G / 1G / 100M / 10M achieved through symbol replication. The PCS expects the standard USXGMII code word.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMKhjubah}(h]h ]h"]h$]h&]uh1jhj|ubeh}(h]h ]h"]h$]h&]uh1jhhhMNhjhhubeh}(h]h ]h"]h$]h&]uh1jhjghhhhhNubeh}(h]phy-interface-modesah ]h"]phy interface modesah$]h&]uh1hhhhhhhhKubh)}(hhh](h)}(hPause frames / flow controlh]hPause frames / flow control}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMQubh)}(hXThe PHY does not participate directly in flow control/pause frames except by making sure that the SUPPORTED_Pause and SUPPORTED_AsymPause bits are set in MII_ADVERTISE to indicate towards the link partner that the Ethernet MAC controller supports such a thing. Since flow control/pause frames generation involves the Ethernet MAC driver, it is recommended that this driver takes care of properly indicating advertisement and support for such features by setting the SUPPORTED_Pause and SUPPORTED_AsymPause bits accordingly. This can be done either before or after phy_connect() and/or as a result of implementing the ethtool::set_pauseparam feature.h]hXThe PHY does not participate directly in flow control/pause frames except by making sure that the SUPPORTED_Pause and SUPPORTED_AsymPause bits are set in MII_ADVERTISE to indicate towards the link partner that the Ethernet MAC controller supports such a thing. Since flow control/pause frames generation involves the Ethernet MAC driver, it is recommended that this driver takes care of properly indicating advertisement and support for such features by setting the SUPPORTED_Pause and SUPPORTED_AsymPause bits accordingly. This can be done either before or after phy_connect() and/or as a result of implementing the ethtool::set_pauseparam feature.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMShjhhubeh}(h]pause-frames-flow-controlah ]h"]pause frames / flow controlah$]h&]uh1hhhhhhhhMQubh)}(hhh](h)}(hKeeping Close Tabs on the PALh]hKeeping Close Tabs on the PAL}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhM_ubh)}(hXIt is possible that the PAL's built-in state machine needs a little help to keep your network device and the PHY properly in sync. If so, you can register a helper function when connecting to the PHY, which will be called every second before the state machine reacts to any changes. To do this, you need to manually call phy_attach() and phy_prepare_link(), and then call phy_start_machine() with the second argument set to point to your special handler.h]hXIt is possible that the PAL’s built-in state machine needs a little help to keep your network device and the PHY properly in sync. If so, you can register a helper function when connecting to the PHY, which will be called every second before the state machine reacts to any changes. To do this, you need to manually call phy_attach() and phy_prepare_link(), and then call phy_start_machine() with the second argument set to point to your special handler.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMahjhhubh)}(hCurrently there are no examples of how to use this functionality, and testing on it has been limited because the author does not have any drivers which use it (they all use option 1). So Caveat Emptor.h]hCurrently there are no examples of how to use this functionality, and testing on it has been limited because the author does not have any drivers which use it (they all use option 1). So Caveat Emptor.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihjhhubeh}(h]keeping-close-tabs-on-the-palah ]h"]keeping close tabs on the palah$]h&]uh1hhhhhhhhM_ubh)}(hhh](h)}(hDoing it all yourselfh]hDoing it all yourself}(hj! hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhMnubh)}(hXThere's a remote chance that the PAL's built-in state machine cannot track the complex interactions between the PHY and your network device. If this is so, you can simply call phy_attach(), and not call phy_start_machine or phy_prepare_link(). This will mean that phydev->state is entirely yours to handle (phy_start and phy_stop toggle between some of the states, so you might need to avoid them).h]hXThere’s a remote chance that the PAL’s built-in state machine cannot track the complex interactions between the PHY and your network device. If this is so, you can simply call phy_attach(), and not call phy_start_machine or phy_prepare_link(). This will mean that phydev->state is entirely yours to handle (phy_start and phy_stop toggle between some of the states, so you might need to avoid them).}(hj/ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMphj hhubh)}(hXJAn effort has been made to make sure that useful functionality can be accessed without the state-machine running, and most of these functions are descended from functions which did not interact with a complex state-machine. However, again, no effort has been made so far to test running without the state machine, so tryer beware.h]hXJAn effort has been made to make sure that useful functionality can be accessed without the state-machine running, and most of these functions are descended from functions which did not interact with a complex state-machine. However, again, no effort has been made so far to test running without the state machine, so tryer beware.}(hj= hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMwhj hhubh)}(h*Here is a brief rundown of the functions::h]h)Here is a brief rundown of the functions:}(hjK hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM}hj hhubj)}(hsint phy_read(struct phy_device *phydev, u16 regnum); int phy_write(struct phy_device *phydev, u16 regnum, u16 val);h]hsint phy_read(struct phy_device *phydev, u16 regnum); int phy_write(struct phy_device *phydev, u16 regnum, u16 val);}hjY sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hUSimple read/write primitives. They invoke the bus's read/write function pointers. ::h]hTSimple read/write primitives. They invoke the bus’s read/write function pointers.}(hjg hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(h1void phy_print_status(struct phy_device *phydev);h]h1void phy_print_status(struct phy_device *phydev);}hju sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(h=A convenience function to print out the PHY status neatly. ::h]h:A convenience function to print out the PHY status neatly.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(h6void phy_request_interrupt(struct phy_device *phydev);h]h6void phy_request_interrupt(struct phy_device *phydev);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(h+Requests the IRQ for the PHY interrupts. ::h]h(Requests the IRQ for the PHY interrupts.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hstruct phy_device * phy_attach(struct net_device *dev, const char *phy_id, phy_interface_t interface);h]hstruct phy_device * phy_attach(struct net_device *dev, const char *phy_id, phy_interface_t interface);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hAttaches a network device to a particular PHY, binding the PHY to a generic driver if none was found during bus initialization. ::h]hAttaches a network device to a particular PHY, binding the PHY to a generic driver if none was found during bus initialization.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(h.int phy_start_aneg(struct phy_device *phydev);h]h.int phy_start_aneg(struct phy_device *phydev);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hUsing variables inside the phydev structure, either configures advertising and resets autonegotiation, or disables autonegotiation, and configures forced settings. ::h]hUsing variables inside the phydev structure, either configures advertising and resets autonegotiation, or disables autonegotiation, and configures forced settings.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(h=static inline int phy_read_status(struct phy_device *phydev);h]h=static inline int phy_read_status(struct phy_device *phydev);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(h`Fills the phydev structure with up-to-date information about the current settings in the PHY. ::h]h]Fills the phydev structure with up-to-date information about the current settings in the PHY.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hint phy_ethtool_ksettings_set(struct phy_device *phydev, const struct ethtool_link_ksettings *cmd);h]hint phy_ethtool_ksettings_set(struct phy_device *phydev, const struct ethtool_link_ksettings *cmd);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(h!Ethtool convenience functions. ::h]hEthtool convenience functions.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hiint phy_mii_ioctl(struct phy_device *phydev, struct mii_ioctl_data *mii_data, int cmd);h]hiint phy_mii_ioctl(struct phy_device *phydev, struct mii_ioctl_data *mii_data, int cmd);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hThe MII ioctl. Note that this function will completely screw up the state machine if you write registers like BMCR, BMSR, ADVERTISE, etc. Best to use this only to write registers which are not standard, and don't set off a renegotiation.h]hThe MII ioctl. Note that this function will completely screw up the state machine if you write registers like BMCR, BMSR, ADVERTISE, etc. Best to use this only to write registers which are not standard, and don’t set off a renegotiation.}(hj+ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubeh}(Eh]doing-it-all-yourselfah ]h"]doing it all yourselfah$]h&]uh1hhhhhhhhMnubh)}(hhh](h)}(hPHY Device Driversh]hPHY Device Drivers}(hjD hhhNhNubah}(h]h ]h"]h$]h&]uh1hhjA hhhhhMubh)}(hWith the PHY Abstraction Layer, adding support for new PHYs is quite easy. In some cases, no work is required at all! However, many PHYs require a little hand-holding to get up-and-running.h]hWith the PHY Abstraction Layer, adding support for new PHYs is quite easy. In some cases, no work is required at all! However, many PHYs require a little hand-holding to get up-and-running.}(hjR hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjA hhubh)}(hhh](h)}(hGeneric PHY driverh]hGeneric PHY driver}(hjc hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj` hhhhhMubh)}(hIf the desired PHY doesn't have any errata, quirks, or special features you want to support, then it may be best to not add support, and let the PHY Abstraction Layer's Generic PHY Driver do all of the work.h]hIf the desired PHY doesn’t have any errata, quirks, or special features you want to support, then it may be best to not add support, and let the PHY Abstraction Layer’s Generic PHY Driver do all of the work.}(hjq hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj` hhubeh}(h]generic-phy-driverah ]h"]generic phy driverah$]h&]uh1hhjA hhhhhMubh)}(hhh](h)}(hWriting a PHY driverh]hWriting a PHY driver}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhMubh)}(hXlIf you do need to write a PHY driver, the first thing to do is make sure it can be matched with an appropriate PHY device. This is done during bus initialization by reading the device's UID (stored in registers 2 and 3), then comparing it to each driver's phy_id field by ANDing it with each driver's phy_id_mask field. Also, it needs a name. Here's an example::h]hXsIf you do need to write a PHY driver, the first thing to do is make sure it can be matched with an appropriate PHY device. This is done during bus initialization by reading the device’s UID (stored in registers 2 and 3), then comparing it to each driver’s phy_id field by ANDing it with each driver’s phy_id_mask field. Also, it needs a name. Here’s an example:}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hstatic struct phy_driver dm9161_driver = { .phy_id = 0x0181b880, .name = "Davicom DM9161E", .phy_id_mask = 0x0ffffff0, ... }h]hstatic struct phy_driver dm9161_driver = { .phy_id = 0x0181b880, .name = "Davicom DM9161E", .phy_id_mask = 0x0ffffff0, ... }}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hNext, you need to specify what features (speed, duplex, autoneg, etc) your PHY device and driver support. Most PHYs support PHY_BASIC_FEATURES, but you can look in include/mii.h for other features.h]hNext, you need to specify what features (speed, duplex, autoneg, etc) your PHY device and driver support. Most PHYs support PHY_BASIC_FEATURES, but you can look in include/mii.h for other features.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hxEach driver consists of a number of function pointers, documented in include/linux/phy.h under the phy_driver structure.h]hxEach driver consists of a number of function pointers, documented in include/linux/phy.h under the phy_driver structure.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXOf these, only config_aneg and read_status are required to be assigned by the driver code. The rest are optional. Also, it is preferred to use the generic phy driver's versions of these two functions if at all possible: genphy_read_status and genphy_config_aneg. If this is not possible, it is likely that you only need to perform some actions before and after invoking these functions, and so your functions will wrap the generic ones.h]hXOf these, only config_aneg and read_status are required to be assigned by the driver code. The rest are optional. Also, it is preferred to use the generic phy driver’s versions of these two functions if at all possible: genphy_read_status and genphy_config_aneg. If this is not possible, it is likely that you only need to perform some actions before and after invoking these functions, and so your functions will wrap the generic ones.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hFeel free to look at the Marvell, Cicada, and Davicom drivers in drivers/net/phy/ for examples (the lxt and qsemi drivers have not been tested as of this writing).h]hFeel free to look at the Marvell, Cicada, and Davicom drivers in drivers/net/phy/ for examples (the lxt and qsemi drivers have not been tested as of this writing).}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX The PHY's MMD register accesses are handled by the PAL framework by default, but can be overridden by a specific PHY driver if required. This could be the case if a PHY was released for manufacturing before the MMD PHY register definitions were standardized by the IEEE. Most modern PHYs will be able to use the generic PAL framework for accessing the PHY's MMD registers. An example of such usage is for Energy Efficient Ethernet support, implemented in the PAL. This support uses the PAL to access MMD registers for EEE query and configuration if the PHY supports the IEEE standard access mechanisms, or can use the PHY's specific access interfaces if overridden by the specific PHY driver. See the Micrel driver in drivers/net/phy/ for an example of how this can be implemented.h]hXThe PHY’s MMD register accesses are handled by the PAL framework by default, but can be overridden by a specific PHY driver if required. This could be the case if a PHY was released for manufacturing before the MMD PHY register definitions were standardized by the IEEE. Most modern PHYs will be able to use the generic PAL framework for accessing the PHY’s MMD registers. An example of such usage is for Energy Efficient Ethernet support, implemented in the PAL. This support uses the PAL to access MMD registers for EEE query and configuration if the PHY supports the IEEE standard access mechanisms, or can use the PHY’s specific access interfaces if overridden by the specific PHY driver. See the Micrel driver in drivers/net/phy/ for an example of how this can be implemented.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubeh}(h]writing-a-phy-driverah ]h"]writing a phy driverah$]h&]uh1hhjA hhhhhMubeh}(h]phy-device-driversah ]h"]phy device driversah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h Board Fixupsh]h Board Fixups}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhMubh)}(hXvSometimes the specific interaction between the platform and the PHY requires special handling. For instance, to change where the PHY's clock input is, or to add a delay to account for latency issues in the data path. In order to support such contingencies, the PHY Layer allows platform code to register fixups to be run when the PHY is brought up (or subsequently reset).h]hXxSometimes the specific interaction between the platform and the PHY requires special handling. For instance, to change where the PHY’s clock input is, or to add a delay to account for latency issues in the data path. In order to support such contingencies, the PHY Layer allows platform code to register fixups to be run when the PHY is brought up (or subsequently reset).}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX`When the PHY Layer brings up a PHY it checks to see if there are any fixups registered for it, matching based on UID (contained in the PHY device's phy_id field) and the bus identifier (contained in phydev->dev.bus_id). Both must match, however two constants, PHY_ANY_ID and PHY_ANY_UID, are provided as wildcards for the bus ID and UID, respectively.h]hXbWhen the PHY Layer brings up a PHY it checks to see if there are any fixups registered for it, matching based on UID (contained in the PHY device’s phy_id field) and the bus identifier (contained in phydev->dev.bus_id). Both must match, however two constants, PHY_ANY_ID and PHY_ANY_UID, are provided as wildcards for the bus ID and UID, respectively.}(hj) hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hWhen a match is found, the PHY layer will invoke the run function associated with the fixup. This function is passed a pointer to the phy_device of interest. It should therefore only operate on that PHY.h]hWhen a match is found, the PHY layer will invoke the run function associated with the fixup. This function is passed a pointer to the phy_device of interest. It should therefore only operate on that PHY.}(hj7 hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hLThe platform code can either register the fixup using phy_register_fixup()::h]hKThe platform code can either register the fixup using phy_register_fixup():}(hjE hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(h{int phy_register_fixup(const char *phy_id, u32 phy_uid, u32 phy_uid_mask, int (*run)(struct phy_device *));h]h{int phy_register_fixup(const char *phy_id, u32 phy_uid, u32 phy_uid_mask, int (*run)(struct phy_device *));}hjS sbah}(h]h ]h"]h$]h&]jjuh1jhhhM hj hhubh)}(h]Or using one of the two stubs, phy_register_fixup_for_uid() and phy_register_fixup_for_id()::h]h\Or using one of the two stubs, phy_register_fixup_for_uid() and phy_register_fixup_for_id():}(hja hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hint phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask, int (*run)(struct phy_device *)); int phy_register_fixup_for_id(const char *phy_id, int (*run)(struct phy_device *));h]hint phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask, int (*run)(struct phy_device *)); int phy_register_fixup_for_id(const char *phy_id, int (*run)(struct phy_device *));}hjo sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hXThe stubs set one of the two matching criteria, and set the other one to match anything.h]hXThe stubs set one of the two matching criteria, and set the other one to match anything.}(hj} hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hWhen phy_register_fixup() or \*_for_uid()/\*_for_id() is called at module load time, the module needs to unregister the fixup and free allocated memory when it's unloaded.h]hWhen phy_register_fixup() or *_for_uid()/*_for_id() is called at module load time, the module needs to unregister the fixup and free allocated memory when it’s unloaded.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(h8Call one of following function before unloading module::h]h7Call one of following function before unloading module:}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hint phy_unregister_fixup(const char *phy_id, u32 phy_uid, u32 phy_uid_mask); int phy_unregister_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask); int phy_register_fixup_for_id(const char *phy_id);h]hint phy_unregister_fixup(const char *phy_id, u32 phy_uid, u32 phy_uid_mask); int phy_unregister_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask); int phy_register_fixup_for_id(const char *phy_id);}hj sbah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubeh}(h] board-fixupsah ]h"] board fixupsah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h Standardsh]h Standards}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhM$ubh)}(hIEEE Standard 802.3: CSMA/CD Access Method and Physical Layer Specifications, Section Two: http://standards.ieee.org/getieee802/download/802.3-2008_section2.pdfh](h[IEEE Standard 802.3: CSMA/CD Access Method and Physical Layer Specifications, Section Two: }(hj hhhNhNubj)}(hEhttp://standards.ieee.org/getieee802/download/802.3-2008_section2.pdfh]hEhttp://standards.ieee.org/getieee802/download/802.3-2008_section2.pdf}(hj hhhNhNubah}(h]h ]h"]h$]h&]refurij uh1jhj ubeh}(h]h ]h"]h$]h&]uh1hhhhM&hj hhubh)}(h^RGMII v1.3: http://web.archive.org/web/20160303212629/http://www.hp.com/rnd/pdfs/RGMIIv1_3.pdfh](h RGMII v1.3: }(hj hhhNhNubj)}(hRhttp://web.archive.org/web/20160303212629/http://www.hp.com/rnd/pdfs/RGMIIv1_3.pdfh]hRhttp://web.archive.org/web/20160303212629/http://www.hp.com/rnd/pdfs/RGMIIv1_3.pdf}(hj hhhNhNubah}(h]h ]h"]h$]h&]refurij uh1jhj ubeh}(h]h ]h"]h$]h&]uh1hhhhM)hj hhubh)}(hgRGMII v2.0: http://web.archive.org/web/20160303171328/http://www.hp.com/rnd/pdfs/RGMIIv2_0_final_hp.pdfh](h RGMII v2.0: }(hj hhhNhNubj)}(h[http://web.archive.org/web/20160303171328/http://www.hp.com/rnd/pdfs/RGMIIv2_0_final_hp.pdfh]h[http://web.archive.org/web/20160303171328/http://www.hp.com/rnd/pdfs/RGMIIv2_0_final_hp.pdf}(hj hhhNhNubah}(h]h ]h"]h$]h&]refurij uh1jhj ubeh}(h]h ]h"]h$]h&]uh1hhhhM,hj hhubeh}(h] standardsah ]h"] standardsah$]h&]uh1hhhhhhhhM$ubeh}(h]phy-abstraction-layerah ]h"]phy abstraction layerah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksentryfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerjX error_encodingutf-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourceh _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confafile_insertion_enabled raw_enabledKline_length_limitM'pep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacesyntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_linkenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}refids}nameids}(j2 j/ j_j\j5j2jjjjjjjdjajjjjj j j> j; j j j j j j j j j* j' u nametypes}(j2 j_j5jjjjdjjj j> j j j j j* uh}(j/ hj\hj2jbjj8jjxjjjajjjgjjj jj; j j jA j j` j j j j j' j u footnote_refs} citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes] citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}Rparse_messages](hsystem_message)}(hhh]h)}(hfPossible title underline, too short for the title. Treating it as ordinary text because it's so short.h]hhPossible title underline, too short for the title. Treating it as ordinary text because it’s so short.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj ubah}(h]h ]h"]h$]h&]levelKtypeINFOlineMsourcehuh1j hj hhhhhMubj )}(hhh]h)}(hfPossible title underline, too short for the title. Treating it as ordinary text because it's so short.h]hhPossible title underline, too short for the title. Treating it as ordinary text because it’s so short.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj ubah}(h]h ]h"]h$]h&]levelKtypej lineMsourcehuh1j hj hhhhhMubj )}(hhh]h)}(hfPossible title underline, too short for the title. Treating it as ordinary text because it's so short.h]hhPossible title underline, too short for the title. Treating it as ordinary text because it’s so short.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj ubah}(h]h ]h"]h$]h&]levelKtypej lineMsourcehuh1j hj hhhhhMubetransform_messages] transformerN include_log] decorationNhhub.