Searched refs:txgbe (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_ethtool.c | 20 struct txgbe *txgbe = wx->priv; in txgbe_get_link_ksettings() local 30 cmd->base.port = txgbe->link_port; in txgbe_get_link_ksettings() 31 cmd->base.autoneg = phylink_test(txgbe->advertising, Autoneg) ? in txgbe_get_link_ksettings() 33 linkmode_copy(cmd->link_modes.supported, txgbe->link_support); in txgbe_get_link_ksettings() 34 linkmode_copy(cmd->link_modes.advertising, txgbe->advertising); in txgbe_get_link_ksettings() 107 static int txgbe_get_ethtool_fdir_entry(struct txgbe *txgbe, in txgbe_get_ethtool_fdir_entry() argument 112 union txgbe_atr_input *mask = &txgbe->fdir_mask; in txgbe_get_ethtool_fdir_entry() 119 hlist_for_each_entry_safe(rule, node, &txgbe->fdir_filter_list, in txgbe_get_ethtool_fdir_entry() 172 static int txgbe_get_ethtool_fdir_all(struct txgbe *txgbe, in txgbe_get_ethtool_fdir_all() argument 183 hlist_for_each_entry_safe(rule, node, &txgbe->fdir_filter_list, in txgbe_get_ethtool_fdir_all() [all …]
|
| H A D | txgbe_aml.c | 39 struct txgbe *txgbe = data; in txgbe_gpio_irq_handler_aml() local 40 struct wx *wx = txgbe->wx; in txgbe_gpio_irq_handler_aml() 157 struct txgbe *txgbe = wx->priv; in txgbe_get_link_capabilities() local 159 if (test_bit(PHY_INTERFACE_MODE_XLGMII, txgbe->link_interfaces)) in txgbe_get_link_capabilities() 161 else if (test_bit(PHY_INTERFACE_MODE_25GBASER, txgbe->link_interfaces)) in txgbe_get_link_capabilities() 163 else if (test_bit(PHY_INTERFACE_MODE_10GBASER, txgbe->link_interfaces)) in txgbe_get_link_capabilities() 168 *autoneg = phylink_test(txgbe->advertising, Autoneg); in txgbe_get_link_capabilities() 208 struct txgbe *txgbe = wx->priv; in txgbe_sfp_to_linkmodes() local 211 txgbe->link_port = PORT_DA; in txgbe_sfp_to_linkmodes() 225 txgbe->link_port = PORT_DA; in txgbe_sfp_to_linkmodes() [all …]
|
| H A D | txgbe_irq.h | 6 void txgbe_free_misc_irq(struct txgbe *txgbe); 7 int txgbe_setup_misc_irq(struct txgbe *txgbe);
|
| /linux/drivers/net/ethernet/wangxun/ |
| H A D | Makefile | 7 obj-$(CONFIG_TXGBE) += txgbe/
|
| H A D | Kconfig | 62 <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst>. 65 will be called txgbe.
|