Searched refs:ucc_geth_private (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c110 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_settings()
126 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_set_settings()
139 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_pauseparam()
153 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_set_pauseparam()
183 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_msglevel()
190 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_set_msglevel()
205 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_regs()
217 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_ringparam()
236 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_set_ringparam()
269 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_sset_count()
291 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_strings()
312 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_ethtool_stats()
340 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_nway_reset()
360 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_get_wol()
373 struct ucc_geth_private *ugeth = netdev_priv(netdev); uec_set_wol()
H A Ducc_geth.c208 static struct sk_buff *get_new_skb(struct ucc_geth_private *ugeth, get_new_skb()
240 static int rx_bd_buffer_set(struct ucc_geth_private *ugeth, u8 rxQ) rx_bd_buffer_set()
268 static int fill_init_enet_entries(struct ucc_geth_private *ugeth, fill_init_enet_entries()
307 static int return_init_enet_entries(struct ucc_geth_private *ugeth, return_init_enet_entries()
341 static int dump_init_enet_entries(struct ucc_geth_private *ugeth, dump_init_enet_entries()
393 static int hw_clear_addr_in_paddr(struct ucc_geth_private *ugeth, u8 paddr_num) hw_clear_addr_in_paddr()
415 static void hw_add_addr_in_hash(struct ucc_geth_private *ugeth, hw_add_addr_in_hash()
439 static void get_statistics(struct ucc_geth_private *ugeth, get_statistics()
559 static void dump_bds(struct ucc_geth_private *ugeth) dump_bds()
584 static void dump_regs(struct ucc_geth_private *ugeth) dump_regs()
1313 static int adjust_enet_interface(struct ucc_geth_private *ugeth) adjust_enet_interface()
1403 static int ugeth_graceful_stop_tx(struct ucc_geth_private *ugeth) ugeth_graceful_stop_tx()
1433 static int ugeth_graceful_stop_rx(struct ucc_geth_private *ugeth) ugeth_graceful_stop_rx()
1465 static int ugeth_restart_tx(struct ucc_geth_private *ugeth) ugeth_restart_tx()
1480 static int ugeth_restart_rx(struct ucc_geth_private *ugeth) ugeth_restart_rx()
1496 static int ugeth_enable(struct ucc_geth_private *ugeth, enum comm_dir mode) ugeth_enable()
1526 static int ugeth_disable(struct ucc_geth_private *ugeth, enum comm_dir mode) ugeth_disable()
1552 static void ugeth_quiesce(struct ucc_geth_private *ugeth) ugeth_quiesce()
1567 static void ugeth_activate(struct ucc_geth_private *ugeth) ugeth_activate()
1583 struct ucc_geth_private *ugeth = netdev_priv(dev); adjust_link()
1685 struct ucc_geth_private *ugeth = netdev_priv(dev); uec_configure_serdes()
1727 struct ucc_geth_private *priv = netdev_priv(dev); init_phy()
1762 static void ugeth_dump_regs(struct ucc_geth_private *ugeth) ugeth_dump_regs()
1771 static int ugeth_82xx_filtering_clear_all_addr_in_hash(struct ucc_geth_private * ugeth_82xx_filtering_clear_all_addr_in_hash()
1833 static int ugeth_82xx_filtering_clear_addr_in_paddr(struct ucc_geth_private *ugeth, ugeth_82xx_filtering_clear_addr_in_paddr()
1840 static void ucc_geth_free_rx(struct ucc_geth_private *ugeth) ucc_geth_free_rx()
1884 static void ucc_geth_free_tx(struct ucc_geth_private *ugeth) ucc_geth_free_tx()
1925 static void ucc_geth_memclean(struct ucc_geth_private *ugeth) ucc_geth_memclean()
2009 struct ucc_geth_private *ugeth; ucc_geth_set_multi()
2049 static void ucc_geth_stop(struct ucc_geth_private *ugeth) ucc_geth_stop()
2078 static int ucc_struct_init(struct ucc_geth_private *ugeth) ucc_struct_init()
2200 static int ucc_geth_alloc_tx(struct ucc_geth_private *ugeth) ucc_geth_alloc_tx()
2286 static int ucc_geth_alloc_rx(struct ucc_geth_private *ugeth) ucc_geth_alloc_rx()
2359 static int ucc_geth_startup(struct ucc_geth_private *ugeth) ucc_geth_startup()
3090 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_start_xmit()
3163 static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit) ucc_geth_rx()
3244 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_tx()
3289 struct ucc_geth_private *ugeth = container_of(napi, struct ucc_geth_private, napi); ucc_geth_poll()
3316 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_irq_handler()
3361 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_netpoll()
3372 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_set_mac_addr()
3401 static int ucc_geth_init_mac(struct ucc_geth_private *ugeth) ucc_geth_init_mac()
3451 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_open()
3500 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_close()
3521 struct ucc_geth_private *ugeth; ucc_geth_timeout_work()
3524 ugeth = container_of(work, struct ucc_geth_private, timeout_work); ucc_geth_timeout_work()
3555 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_timeout()
3566 struct ucc_geth_private *ugeth = netdev_priv(ndev); ucc_geth_suspend()
3594 struct ucc_geth_private *ugeth = netdev_priv(ndev); ucc_geth_resume()
3667 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_ioctl()
3698 struct ucc_geth_private *ugeth = NULL; ucc_geth_probe()
3931 struct ucc_geth_private *ugeth = netdev_priv(dev); ucc_geth_remove()
H A Ducc_geth.h1155 struct ucc_geth_private { struct

Completed in 135 milliseconds