Lines Matching refs:txgbe
209 struct txgbe *txgbe; in txgbe_up_complete() local
218 txgbe = netdev_to_txgbe(netdev); in txgbe_up_complete()
219 phylink_start(txgbe->phylink); in txgbe_up_complete()
293 struct txgbe *txgbe = netdev_to_txgbe(wx->netdev); in txgbe_down() local
297 phylink_stop(txgbe->phylink); in txgbe_down()
534 struct txgbe *txgbe; in txgbe_probe() local
702 txgbe = devm_kzalloc(&pdev->dev, sizeof(*txgbe), GFP_KERNEL); in txgbe_probe()
703 if (!txgbe) { in txgbe_probe()
708 txgbe->wx = wx; in txgbe_probe()
709 wx->priv = txgbe; in txgbe_probe()
711 err = txgbe_init_phy(txgbe); in txgbe_probe()
747 txgbe_remove_phy(txgbe); in txgbe_probe()
773 struct txgbe *txgbe = wx->priv; in txgbe_remove() local
779 txgbe_remove_phy(txgbe); in txgbe_remove()