Home
last modified time | relevance | path

Searched refs:ISODESC_MAX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/mon/
A Dmon_text.c46 #define ISODESC_MAX 5 macro
74 struct mon_iso_desc isodesc[ISODESC_MAX];
233 if ((ndesc = urb->number_of_packets) > ISODESC_MAX) in mon_text_event()
234 ndesc = ISODESC_MAX; in mon_text_event()
598 if (ndesc > ISODESC_MAX) in mon_text_read_isodesc()
599 ndesc = ISODESC_MAX; in mon_text_read_isodesc()
A Dmon_bin.c167 #define ISODESC_MAX 128 /* Same number as usbfs allows, 2048 bytes. */ macro
514 } else if (urb->number_of_packets >= ISODESC_MAX) { in mon_bin_event()
515 ndesc = ISODESC_MAX; in mon_bin_event()

Completed in 8 milliseconds