Searched refs:txgbe (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| A D | txgbe_irq.c | 75 static int txgbe_request_gpio_irq(struct txgbe *txgbe) in txgbe_request_gpio_irq() argument 99 struct txgbe *txgbe = d->host_data; in txgbe_misc_irq_domain_map() local 116 struct txgbe *txgbe = data; in txgbe_misc_irq_handle() local 145 struct txgbe *txgbe = data; in txgbe_misc_irq_thread_fn() local 180 void txgbe_free_misc_irq(struct txgbe *txgbe) in txgbe_free_misc_irq() argument 182 free_irq(txgbe->gpio_irq, txgbe); in txgbe_free_misc_irq() 183 free_irq(txgbe->link_irq, txgbe); in txgbe_free_misc_irq() 184 free_irq(txgbe->misc.irq, txgbe); in txgbe_free_misc_irq() 188 int txgbe_setup_misc_irq(struct txgbe *txgbe) in txgbe_setup_misc_irq() argument 232 free_irq(txgbe->gpio_irq, txgbe); in txgbe_setup_misc_irq() [all …]
|
| A D | txgbe_phy.c | 23 static int txgbe_swnodes_register(struct txgbe *txgbe) in txgbe_swnodes_register() argument 122 static int txgbe_mdio_pcs_init(struct txgbe *txgbe) in txgbe_mdio_pcs_init() argument 163 struct txgbe *txgbe = wx->priv; in txgbe_phylink_mac_select() local 251 static int txgbe_phylink_init(struct txgbe *txgbe) in txgbe_phylink_init() argument 297 struct txgbe *txgbe = data; in txgbe_link_irq_handler() local 466 struct txgbe *txgbe = data; in txgbe_gpio_irq_handler() local 496 struct txgbe *txgbe = wx->priv; in txgbe_reinit_gpio_intr() local 521 static int txgbe_gpio_init(struct txgbe *txgbe) in txgbe_gpio_init() argument 619 static int txgbe_i2c_register(struct txgbe *txgbe) in txgbe_i2c_register() argument 721 int txgbe_init_phy(struct txgbe *txgbe) in txgbe_init_phy() argument [all …]
|
| A D | txgbe_ethtool.c | 83 static int txgbe_get_ethtool_fdir_entry(struct txgbe *txgbe, in txgbe_get_ethtool_fdir_entry() argument 148 static int txgbe_get_ethtool_fdir_all(struct txgbe *txgbe, in txgbe_get_ethtool_fdir_all() argument 176 struct txgbe *txgbe = wx->priv; in txgbe_get_rxnfc() local 242 static bool txgbe_match_ethtool_fdir_entry(struct txgbe *txgbe, in txgbe_match_ethtool_fdir_entry() argument 260 static int txgbe_update_ethtool_fdir_entry(struct txgbe *txgbe, in txgbe_update_ethtool_fdir_entry() argument 266 struct wx *wx = txgbe->wx; in txgbe_update_ethtool_fdir_entry() 318 txgbe->fdir_filter_count++; in txgbe_update_ethtool_fdir_entry() 323 static int txgbe_add_ethtool_fdir_entry(struct txgbe *txgbe, in txgbe_add_ethtool_fdir_entry() argument 330 struct wx *wx = txgbe->wx; in txgbe_add_ethtool_fdir_entry() 473 static int txgbe_del_ethtool_fdir_entry(struct txgbe *txgbe, in txgbe_del_ethtool_fdir_entry() argument [all …]
|
| A D | txgbe_main.c | 286 static void txgbe_init_fdir(struct txgbe *txgbe) in txgbe_init_fdir() argument 414 struct txgbe *txgbe = wx->priv; in txgbe_setup_tc() local 502 struct txgbe *txgbe; in txgbe_probe() local 670 txgbe = devm_kzalloc(&pdev->dev, sizeof(*txgbe), GFP_KERNEL); in txgbe_probe() 671 if (!txgbe) { in txgbe_probe() 676 txgbe->wx = wx; in txgbe_probe() 677 wx->priv = txgbe; in txgbe_probe() 679 txgbe_init_fdir(txgbe); in txgbe_probe() 714 txgbe_remove_phy(txgbe); in txgbe_probe() 742 struct txgbe *txgbe = wx->priv; in txgbe_remove() local [all …]
|
| A D | txgbe_irq.h | 6 void txgbe_free_misc_irq(struct txgbe *txgbe); 7 int txgbe_setup_misc_irq(struct txgbe *txgbe);
|
| A D | txgbe_phy.h | 10 int txgbe_init_phy(struct txgbe *txgbe); 11 void txgbe_remove_phy(struct txgbe *txgbe);
|
| A D | txgbe_fdir.c | 570 struct txgbe *txgbe = wx->priv; in txgbe_fdir_filter_restore() local 575 spin_lock(&txgbe->fdir_perfect_lock); in txgbe_fdir_filter_restore() 577 if (!hlist_empty(&txgbe->fdir_filter_list)) in txgbe_fdir_filter_restore() 578 ret = txgbe_fdir_set_input_mask(wx, &txgbe->fdir_mask); in txgbe_fdir_filter_restore() 584 &txgbe->fdir_filter_list, fdir_node) { in txgbe_fdir_filter_restore() 610 spin_unlock(&txgbe->fdir_perfect_lock); in txgbe_fdir_filter_restore() 630 struct txgbe *txgbe = wx->priv; in txgbe_fdir_filter_exit() local 633 spin_lock(&txgbe->fdir_perfect_lock); in txgbe_fdir_filter_exit() 636 &txgbe->fdir_filter_list, fdir_node) { in txgbe_fdir_filter_exit() 640 txgbe->fdir_filter_count = 0; in txgbe_fdir_filter_exit() [all …]
|
| A D | Makefile | 7 obj-$(CONFIG_TXGBE) += txgbe.o 9 txgbe-objs := txgbe_main.o \
|
| A D | txgbe_type.h | 328 struct txgbe { struct
|
| /linux/drivers/net/ethernet/wangxun/ |
| A D | Kconfig | 59 <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst>. 62 will be called txgbe.
|
| A D | Makefile | 7 obj-$(CONFIG_TXGBE) += txgbe/
|
| /linux/Documentation/networking/device_drivers/ethernet/ |
| A D | index.rst | 59 wangxun/txgbe
|
Completed in 21 milliseconds