Searched refs:rpipes (Results 1 – 3 of 3) sorted by relevance
139 rpipe_idx = find_next_zero_bit(wa->rpipe_bm, wa->rpipes, rpipe_idx); in rpipe_get_idx()140 if (rpipe_idx < wa->rpipes) in rpipe_get_idx()193 for (rpipe_idx = 0; rpipe_idx < wa->rpipes; rpipe_idx++) { in rpipe_get_idle()195 if (rpipe_idx >= wa->rpipes) /* no more pipes :( */ in rpipe_get_idle()472 wa->rpipes = le16_to_cpu(wa->wa_descr->wNumRPipes); in wa_rpipes_create()473 wa->rpipe_bm = kcalloc(BITS_TO_LONGS(wa->rpipes), in wa_rpipes_create()485 if (!bitmap_empty(wa->rpipe_bm, wa->rpipes)) { in wa_rpipes_destroy()488 wa->rpipes, wa->rpipe_bm); in wa_rpipes_destroy()
192 u16 rpipes; member
345 Data is sent and received through /Remote Pipes/ (rpipes). An rpipe is349 Each HC has a number of rpipes and buffers that can be assigned to them;