lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 18 Dec 2017 09:46:19 +0100
From:   Andrew Lunn <andrew@...n.ch>
To:     Christian Lamparter <chunkeey@...il.com>
Cc:     netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
        Christophe Jaillet <christophe.jaillet@...adoo.fr>
Subject: Re: [PATCH] net: ibm: emac: support RGMII-[RX|TX]ID phymode

> @@ -201,6 +201,9 @@ static inline int emac_phy_supports_gige(int phy_mode)
>  {
>  	return  phy_mode == PHY_MODE_GMII ||
>  		phy_mode == PHY_MODE_RGMII ||
> +		phy_mode == PHY_MODE_RGMII_ID ||
> +		phy_mode == PHY_MODE_RGMII_RXID ||
> +		phy_mode == PHY_MODE_RGMII_TXID ||

phy_interface_mode_is_rgmii()

	Andrew

Powered by blists - more mailing lists