Home
last modified time | relevance | path

Searched refs:g_cdc_ecm_tx_buffer (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/cdc/
A Dusbd_cdc_ecm.c21 static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_cdc_ecm_tx_buffer[USB_ALIGN_UP(CONFIG_CDC_E… variable
233 if (p->tot_len > sizeof(g_cdc_ecm_tx_buffer)) { in usbd_cdc_ecm_eth_tx()
234 p->tot_len = sizeof(g_cdc_ecm_tx_buffer); in usbd_cdc_ecm_eth_tx()
237 buffer = g_cdc_ecm_tx_buffer; in usbd_cdc_ecm_eth_tx()
243 return usbd_cdc_ecm_start_write(g_cdc_ecm_tx_buffer, p->tot_len); in usbd_cdc_ecm_eth_tx()
A Dusbh_cdc_ecm.c28 static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_cdc_ecm_tx_buffer[USB_ALIGN_UP(CONFIG_USBHO… variable
294 return g_cdc_ecm_tx_buffer; in usbh_cdc_ecm_get_eth_txbuf()
305 …class.bulkout_urb, g_cdc_ecm_class.hport, g_cdc_ecm_class.bulkout, g_cdc_ecm_tx_buffer, buflen, US… in usbh_cdc_ecm_eth_output()

Completed in 4 milliseconds