Lines Matching full:link
31 /** @brief Ethernet link speeds. */
52 * @brief Check if phy link is full duplex.
54 * @param x Link capabilities
56 * @return True if link is full duplex, false if not.
61 * @brief Check if phy link speed is 1 Gbit/sec.
63 * @param x Link capabilities
65 * @return True if link is 1 Gbit/sec, false if not.
70 * @brief Check if phy link speed is 100 Mbit/sec.
72 * @param x Link capabilities
74 * @return True if link is 1 Mbit/sec, false if not.
78 /** @brief Link state */
80 /** Link speed */
82 /** When true the link is active and connected */
106 /** Get link state */
110 /** Configure link */
114 /** Set callback to be invoked when link state changes. */
131 * @brief Configure PHY link
133 * This route configures the advertised link speeds.
136 * @param speeds OR'd link speeds to be advertised by the PHY
152 * @brief Get PHY link state
154 * Returns the current state of the PHY link. This can be used by
155 * to determine when a link is up and the negotiated link speed.
174 * @brief Set link state change callback
176 * Sets a callback that is invoked when link state changes. This is the
177 * preferred method for ethernet drivers to be notified of the PHY link