Lines Matching refs:net
68 netdev_err(dev->net, "Could not allocate MDIO bus\n"); in ax88172a_init_mdio()
82 netdev_err(dev->net, "Could not register MDIO bus\n"); in ax88172a_init_mdio()
86 netdev_info(dev->net, "registered mdio bus %s\n", priv->mdio->id); in ax88172a_init_mdio()
98 netdev_info(dev->net, "deregistering mdio bus %s\n", priv->mdio->id); in ax88172a_remove_mdio()
177 netdev_err(dev->net, "Failed to read MAC address: %d\n", ret); in ax88172a_bind()
181 eth_hw_addr_set(dev->net, buf); in ax88172a_bind()
183 dev->net->netdev_ops = &ax88172a_netdev_ops; in ax88172a_bind()
184 dev->net->ethtool_ops = &ax88172a_ethtool_ops; in ax88172a_bind()
189 netdev_err(dev->net, "Failed to read software interface selection register: %d\n", in ax88172a_bind()
194 netdev_dbg(dev->net, "AX_CMD_SW_PHY_STATUS = 0x%02x\n", buf[0]); in ax88172a_bind()
197 netdev_dbg(dev->net, "use internal phy\n"); in ax88172a_bind()
201 netdev_dbg(dev->net, "use external phy\n"); in ax88172a_bind()
205 netdev_err(dev->net, "Interface mode not supported by driver\n"); in ax88172a_bind()
214 netdev_err(dev->net, "Invalid PHY address %#x\n", ret); in ax88172a_bind()
245 netdev_dbg(dev->net, "Stopping interface\n"); in ax88172a_stop()
248 netdev_info(dev->net, "Disconnecting from phy %s\n", in ax88172a_stop()
276 netdev_dbg(dev->net, "RX_CTL is 0x%04x after software reset\n", rx_ctl); in ax88172a_reset()
282 netdev_dbg(dev->net, "RX_CTL is 0x%04x setting to 0x0000\n", rx_ctl); in ax88172a_reset()
290 netdev_err(dev->net, "Write IPG,IPG1,IPG2 failed: %d\n", ret); in ax88172a_reset()
295 memcpy(data->mac_addr, dev->net->dev_addr, ETH_ALEN); in ax88172a_reset()
307 netdev_dbg(dev->net, "RX_CTL is 0x%04x after all initializations\n", in ax88172a_reset()
311 netdev_dbg(dev->net, "Medium Status is 0x%04x after all initializations\n", in ax88172a_reset()
318 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
322 netdev_err(dev->net, "Could not connect to PHY device %s\n", in ax88172a_reset()
328 netdev_info(dev->net, "Connected to phy %s\n", priv->phy_name); in ax88172a_reset()