Lines Matching refs:MAC

11 directly connected to a MAC without needing to re-initialise the
26 the PHY, and pass them to the MAC driver. We expect the MAC driver
32 Fixed mode is the same as PHY mode as far as the MAC driver is
64 to the MAC through the SGMII control word, and the MAC is expected to
66 :c:func:`mac_link_down` functions must not force the MAC side link
82 link-up part now includes configuring the MAC for the link settings.
176 This function is replaced by a different form of MAC updates
186 Finally, note that the MAC driver has no direct access to the PHY
204 return the phylink MAC capabilities that are supported for the passed
211 from the MAC, and report back the settings that the MAC is currently
215 The :c:func:`mac_link_up` method is used to inform the MAC that the
219 should be used to configure the MAC when the MAC and PCS are not
223 The :c:func:`mac_config` method is used to update the MAC with the
225 when making changes to the MAC configuration. This means the
227 absolutely necessary to change the MAC configuration. An example
243 Fill-in the various speeds, pause and duplex modes your MAC can handle:
342 13. Fill-in all the :c:type:`phy_interface_t <phy_interface_t>` (i.e. all MAC to
343 PHY link modes) that your MAC can output. The following example shows a
344 configuration for a MAC that can handle all RGMII modes, SGMII and 1000BaseX.
345 You must adjust these according to what your MAC and all PCS associated
346 with this MAC are capable of, and not just the interface you wish to use:
379 15. Arrange for MAC link state interrupts to be forwarded into