Searched refs:txgbe (Results 1 – 9 of 9) sorted by relevance
23 static int txgbe_swnodes_register(struct txgbe *txgbe) in txgbe_swnodes_register() argument25 struct txgbe_nodes *nodes = &txgbe->nodes; in txgbe_swnodes_register()26 struct pci_dev *pdev = txgbe->wx->pdev; in txgbe_swnodes_register()122 static int txgbe_mdio_pcs_init(struct txgbe *txgbe) in txgbe_mdio_pcs_init() argument130 wx = txgbe->wx; in txgbe_mdio_pcs_init()154 txgbe->xpcs = xpcs; in txgbe_mdio_pcs_init()162 struct txgbe *txgbe = netdev_to_txgbe(to_net_dev(config->dev)); in txgbe_phylink_mac_select() local165 return &txgbe->xpcs->pcs; in txgbe_phylink_mac_select()248 static int txgbe_phylink_init(struct txgbe *txgbe) in txgbe_phylink_init() argument252 struct wx *wx = txgbe->wx; in txgbe_phylink_init()[all …]
15 struct txgbe *txgbe = netdev_to_txgbe(netdev); in txgbe_nway_reset() local17 return phylink_ethtool_nway_reset(txgbe->phylink); in txgbe_nway_reset()23 struct txgbe *txgbe = netdev_to_txgbe(netdev); in txgbe_get_link_ksettings() local25 return phylink_ethtool_ksettings_get(txgbe->phylink, cmd); in txgbe_get_link_ksettings()31 struct txgbe *txgbe = netdev_to_txgbe(netdev); in txgbe_set_link_ksettings() local33 return phylink_ethtool_ksettings_set(txgbe->phylink, cmd); in txgbe_set_link_ksettings()
7 int txgbe_init_phy(struct txgbe *txgbe);8 void txgbe_remove_phy(struct txgbe *txgbe);
209 struct txgbe *txgbe; in txgbe_up_complete() local218 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() local297 phylink_stop(txgbe->phylink); in txgbe_down()534 struct txgbe *txgbe; in txgbe_probe() local702 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()[all …]
7 obj-$(CONFIG_TXGBE) += txgbe.o9 txgbe-objs := txgbe_main.o \
138 static inline struct txgbe *netdev_to_txgbe(struct net_device *netdev) in netdev_to_txgbe()180 struct txgbe { struct
60 <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst>.63 will be called txgbe.
7 obj-$(CONFIG_TXGBE) += txgbe/
56 wangxun/txgbe