Searched refs:ISODESC_MAX (Results 1 – 2 of 2) sorted by relevance
46 #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()
167 #define ISODESC_MAX 128 /* Same number as usbfs allows, 2048 bytes. */ macro 517 } else if (urb->number_of_packets >= ISODESC_MAX) { in mon_bin_event() 518 ndesc = ISODESC_MAX; in mon_bin_event()