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
245 if (ctx->rx_max < USB_CDC_NCM_NTB_MIN_IN_SIZE) { in cdc_ncm_setup()247 USB_CDC_NCM_NTB_MIN_IN_SIZE); in cdc_ncm_setup()248 ctx->rx_max = USB_CDC_NCM_NTB_MIN_IN_SIZE; in cdc_ncm_setup()
110 #define NTB_DEFAULT_IN_SIZE USB_CDC_NCM_NTB_MIN_IN_SIZE593 if (in_size < USB_CDC_NCM_NTB_MIN_IN_SIZE || in ncm_ep0out_complete()