Searched refs:CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (Results 1 – 4 of 4) sorted by relevance
196 #ifndef CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE197 #define CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (2048) macro
232 #ifndef CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE233 #define CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (2048) macro
212 #ifndef CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE213 #define CONFIG_USBHOST_RTL8152_ETH_MAX_RX_SIZE (2048) macro
15 … 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