Lines Matching refs:phy_interface

1551 		if (port->phy_interface == PHY_INTERFACE_MODE_MII)
1705 if (phy_interface_mode_is_rgmii(port->phy_interface) ||
1706 phy_interface_mode_is_8023z(port->phy_interface) ||
1707 port->phy_interface == PHY_INTERFACE_MODE_SGMII) {
1717 if (mvpp2_is_xlg(port->phy_interface))
1736 if (phy_interface_mode_is_rgmii(port->phy_interface) ||
1737 phy_interface_mode_is_8023z(port->phy_interface) ||
1738 port->phy_interface == PHY_INTERFACE_MODE_SGMII) {
1754 phy_interface_mode_is_rgmii(port->phy_interface) ||
1755 phy_interface_mode_is_8023z(port->phy_interface) ||
1756 port->phy_interface == PHY_INTERFACE_MODE_SGMII) {
1805 mvpp2_is_xlg(port->phy_interface)) {
1823 mvpp2_is_xlg(port->phy_interface)) {
3485 if (phy_interface_mode_is_rgmii(port->phy_interface) ||
3486 phy_interface_mode_is_8023z(port->phy_interface) ||
3487 port->phy_interface == PHY_INTERFACE_MODE_SGMII) {
3506 mvpp2_is_xlg(port->phy_interface)) {
4625 mvpp22_mode_reconfigure(port, port->phy_interface);
5930 if (mvpp2_is_xlg(port->phy_interface)) {
6163 if (port->phy_interface == PHY_INTERFACE_MODE_5GBASER)
6221 switch (port->phy_interface) {
6424 if (port->phy_interface != interface ||
6447 if (port->phy_interface != interface) {
6489 port->phy_interface != interface) {
6490 port->phy_interface = interface;
6652 .interface = port->phy_interface,
6656 pcs = mvpp2_select_pcs(&port->phylink_config, port->phy_interface);
6659 port->phy_interface);
6662 port->phy_interface, state.advertising,
6665 port->phy_interface);
6667 MLO_AN_INBAND, port->phy_interface,
6791 port->phy_interface = phy_mode;
7003 err = mvpp22_comphy_init(port, port->phy_interface);