Home
last modified time | relevance | path

Searched refs:CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE (Results 1 – 4 of 4) sorted by relevance

/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h162 #ifndef CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE
163 #define CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE (2048) macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h198 #ifndef CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE
199 #define CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE (2048) macro
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h178 #ifndef CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE
179 #define CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE (2048) macro
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_rndis.c21 …ION USB_MEM_ALIGNX uint8_t g_rndis_rx_buffer[USB_ALIGN_UP(CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE, CO…
454 #if CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE <= (16 * 1024)
455 uint32_t transfer_size = CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE;
528 #if CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE <= (16 * 1024)
529 if (g_rndis_rx_length == CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE) {
531 if ((g_rndis_rx_length + (16 * 1024)) > CONFIG_USBHOST_RNDIS_ETH_MAX_RX_SIZE) {

Completed in 6 milliseconds