Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h196 #ifndef CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE
197 #define CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (2048) macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h232 #ifndef CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE
233 #define CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (2048) macro
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h212 #ifndef CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE
213 #define CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (2048) macro
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c15 … USB_MEM_ALIGNX uint8_t g_rtl8152_rx_buffer[USB_ALIGN_UP(CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE, C…
2047 if (rtl8152_class->rx_buf_sz > CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE) { in usbh_rtl8152_connect()
2048 …("rx_buf_sz is overflow, default is %d\r\n", (unsigned int)CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE); in usbh_rtl8152_connect()
2141 #if CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE <= (16 * 1024)
2142 uint32_t transfer_size = CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE;
2213 #if CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE <= (16 * 1024)
2214 if (g_rtl8152_rx_length == CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE) {
2216 if ((g_rtl8152_rx_length + (16 * 1024)) > CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE) {

Completed in 12 milliseconds