Searched refs:USB_CDC_NCM_NTB_MIN_IN_SIZE (Results 1 – 3 of 3) sorted by relevance
398 #define USB_CDC_NCM_NTB_MIN_IN_SIZE 2048 macro
217 if (ctx->rx_max < USB_CDC_NCM_NTB_MIN_IN_SIZE) { in cdc_ncm_setup()219 USB_CDC_NCM_NTB_MIN_IN_SIZE); in cdc_ncm_setup()220 ctx->rx_max = USB_CDC_NCM_NTB_MIN_IN_SIZE; in cdc_ncm_setup()
91 #define NTB_DEFAULT_IN_SIZE USB_CDC_NCM_NTB_MIN_IN_SIZE574 if (in_size < USB_CDC_NCM_NTB_MIN_IN_SIZE || in ncm_ep0out_complete()