Home
last modified time | relevance | path

Searched refs:geth (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/cortina/
H A Dgemini.c108 struct gemini_ethernet *geth; member
545 struct gemini_ethernet *geth = port->geth; in gmac_setup_txqs() local
561 desc_ring = dma_alloc_coherent(geth->dev, len * sizeof(*desc_ring), in gmac_setup_txqs()
570 dev_warn(geth->dev, "TX queue base is not aligned\n"); in gmac_setup_txqs()
571 dma_free_coherent(geth->dev, len * sizeof(*desc_ring), in gmac_setup_txqs()
604 struct gemini_ethernet *geth = port->geth; in gmac_clean_txq() local
627 dma_unmap_single(geth->dev, mapping, in gmac_clean_txq()
675 struct gemini_ethernet *geth in gmac_cleanup_txqs() local
700 struct gemini_ethernet *geth = port->geth; gmac_setup_rxq() local
723 gmac_get_queue_page(struct gemini_ethernet * geth,struct gemini_ethernet_port * port,dma_addr_t addr) gmac_get_queue_page() argument
752 struct gemini_ethernet *geth = port->geth; gmac_cleanup_rxq() local
799 geth_freeq_alloc_map_page(struct gemini_ethernet * geth,int pn) geth_freeq_alloc_map_page() argument
866 geth_fill_freeq(struct gemini_ethernet * geth,bool refill) geth_fill_freeq() argument
921 geth_setup_freeq(struct gemini_ethernet * geth) geth_setup_freeq() argument
994 geth_cleanup_freeq(struct gemini_ethernet * geth) geth_cleanup_freeq() argument
1036 struct gemini_ethernet *geth = port->geth; geth_resize_freeq() local
1106 struct gemini_ethernet *geth = port->geth; gmac_tx_irq_enable() local
1141 struct gemini_ethernet *geth = port->geth; gmac_map_tx_bufs() local
1355 struct gemini_ethernet *geth = port->geth; gmac_enable_irq() local
1384 struct gemini_ethernet *geth = port->geth; gmac_enable_rx_irq() local
1444 struct gemini_ethernet *geth = port->geth; gmac_rx() local
1560 struct gemini_ethernet *geth = port->geth; gmac_napi_poll() local
1588 struct gemini_ethernet *geth = port->geth; gmac_dump_dma_state() local
1660 struct gemini_ethernet *geth = port->geth; gmac_update_hw_stats() local
1695 struct gemini_ethernet *geth = port->geth; gmac_get_intr_flags() local
1724 struct gemini_ethernet *geth; gmac_irq() local
2297 struct gemini_ethernet *geth; gemini_port_irq_thread() local
2318 struct gemini_ethernet *geth; gemini_port_irq() local
2354 gemini_ethernet_init(struct gemini_ethernet * geth) gemini_ethernet_init() argument
2422 struct gemini_ethernet *geth; gemini_ethernet_port_probe() local
2603 struct gemini_ethernet *geth; gemini_ethernet_probe() local
2641 struct gemini_ethernet *geth = platform_get_drvdata(pdev); gemini_ethernet_remove() local
[all...]
/linux/drivers/usb/gadget/function/
H A Df_subset.c255 struct f_gether *geth = func_to_geth(f); in geth_set_alt() local
261 if (geth->port.in_ep->enabled) { in geth_set_alt()
263 gether_disconnect(&geth->port); in geth_set_alt()
267 if (config_ep_by_speed(cdev->gadget, f, geth->port.in_ep) || in geth_set_alt()
268 config_ep_by_speed(cdev->gadget, f, geth->port.out_ep)) { in geth_set_alt()
269 geth->port.in_ep->desc = NULL; in geth_set_alt()
270 geth->port.out_ep->desc = NULL; in geth_set_alt()
274 net = gether_connect(&geth->port); in geth_set_alt()
280 struct f_gether *geth = func_to_geth(f); in geth_disable() local
284 gether_disconnect(&geth in geth_disable()
295 struct f_gether *geth = func_to_geth(f); geth_bind() local
465 struct f_gether *geth; geth_alloc() local
[all...]
H A Df_ecm.c647 static void ecm_open(struct gether *geth) in ecm_open() argument
649 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
657 static void ecm_close(struct gether *geth) in ecm_close() argument
659 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
H A Df_ncm.c1402 static void ncm_open(struct gether *geth) in ncm_open() argument
1404 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1414 static void ncm_close(struct gether *geth) in ncm_close() argument
1416 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-subset1 What: /config/usb-gadget/gadget/functions/geth.name
/linux/Documentation/usb/
H A Dgadget-testing.rst120 The function name to use when creating the function directory is "geth".