Searched refs:txgbe (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_irq.h6 void txgbe_free_misc_irq(struct txgbe *txgbe);
7 int txgbe_setup_misc_irq(struct txgbe *txgbe);
H A Dtxgbe_phy.h10 int txgbe_init_phy(struct txgbe *txgbe);
11 void txgbe_remove_phy(struct txgbe *txgbe);
H A Dtxgbe_irq.c141 static int txgbe_request_gpio_irq(struct txgbe *txgbe) argument
143 txgbe->gpio_irq = irq_find_mapping(txgbe->misc.domain, TXGBE_IRQ_GPIO);
144 return request_threaded_irq(txgbe->gpio_irq, NULL,
146 IRQF_ONESHOT, "txgbe-gpio-irq", txgbe);
149 static int txgbe_request_link_irq(struct txgbe *txgbe) argument
151 txgbe
165 struct txgbe *txgbe = d->host_data; local
181 struct txgbe *txgbe = data; local
204 txgbe_del_irq_domain(struct txgbe *txgbe) argument
216 txgbe_free_misc_irq(struct txgbe *txgbe) argument
224 txgbe_setup_misc_irq(struct txgbe *txgbe) argument
[all...]
H A DMakefile7 obj-$(CONFIG_TXGBE) += txgbe.o
9 txgbe-objs := txgbe_main.o \
H A Dtxgbe_phy.c23 static int txgbe_swnodes_register(struct txgbe *txgbe) argument
25 struct txgbe_nodes *nodes = &txgbe->nodes;
26 struct pci_dev *pdev = txgbe->wx->pdev;
122 static int txgbe_mdio_pcs_init(struct txgbe *txgbe) argument
130 wx = txgbe->wx;
154 txgbe->xpcs = xpcs;
163 struct txgbe *txgbe local
251 txgbe_phylink_init(struct txgbe *txgbe) argument
297 struct txgbe *txgbe = data; local
466 struct txgbe *txgbe = data; local
496 struct txgbe *txgbe = wx->priv; local
521 txgbe_gpio_init(struct txgbe *txgbe) argument
567 txgbe_clock_register(struct txgbe *txgbe) argument
619 txgbe_i2c_register(struct txgbe *txgbe) argument
651 txgbe_sfp_register(struct txgbe *txgbe) argument
670 txgbe_ext_phy_init(struct txgbe *txgbe) argument
722 txgbe_init_phy(struct txgbe *txgbe) argument
789 txgbe_remove_phy(struct txgbe *txgbe) argument
[all...]
H A Dtxgbe_main.c23 char txgbe_driver_name[] = "txgbe";
398 struct txgbe *txgbe = wx->priv; local
409 txgbe_free_misc_irq(txgbe);
418 txgbe_setup_misc_irq(txgbe);
486 struct txgbe *txgbe; local
654 txgbe = devm_kzalloc(&pdev->dev, sizeof(*txgbe), GFP_KERNEL);
655 if (!txgbe) {
724 struct txgbe *txgbe = wx->priv; local
[all...]
H A Dtxgbe_type.h187 struct txgbe { struct
/linux-master/drivers/net/ethernet/wangxun/
H A DMakefile7 obj-$(CONFIG_TXGBE) += txgbe/

Completed in 282 milliseconds