Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cortina/
Dgemini.c107 struct gemini_ethernet *geth; member
553 struct gemini_ethernet *geth = port->geth; in gmac_setup_txqs() local
569 desc_ring = dma_alloc_coherent(geth->dev, len * sizeof(*desc_ring), in gmac_setup_txqs()
578 dev_warn(geth->dev, "TX queue base is not aligned\n"); in gmac_setup_txqs()
610 struct gemini_ethernet *geth = port->geth; in gmac_clean_txq() local
633 dma_unmap_single(geth->dev, mapping, in gmac_clean_txq()
681 struct gemini_ethernet *geth = port->geth; in gmac_cleanup_txqs() local
698 dma_free_coherent(geth->dev, in gmac_cleanup_txqs()
706 struct gemini_ethernet *geth = port->geth; in gmac_setup_rxq() local
709 qhdr = geth->base + TOE_DEFAULT_Q_HDR_BASE(netdev->dev_id); in gmac_setup_rxq()
[all …]
/Linux-v5.4/drivers/usb/gadget/function/
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->port); in geth_disable()
[all …]
Df_rndis.c632 static void rndis_open(struct gether *geth) in rndis_open() argument
634 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_open()
635 struct usb_composite_dev *cdev = geth->func.config->cdev; in rndis_open()
644 static void rndis_close(struct gether *geth) in rndis_close() argument
646 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_close()
648 DBG(geth->func.config->cdev, "%s\n", __func__); in rndis_close()
Df_ecm.c651 static void ecm_open(struct gether *geth) in ecm_open() argument
653 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
661 static void ecm_close(struct gether *geth) in ecm_close() argument
663 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
Df_ncm.c1354 static void ncm_open(struct gether *geth) in ncm_open() argument
1356 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1366 static void ncm_close(struct gether *geth) in ncm_close() argument
1368 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
/Linux-v5.4/Documentation/ABI/testing/
Dconfigfs-usb-gadget-subset1 What: /config/usb-gadget/gadget/functions/geth.name
/Linux-v5.4/Documentation/usb/
Dgadget-testing.rst119 The function name to use when creating the function directory is "geth".