Lines Matching defs:index
518 struct urb *urb, int index)
525 // ASSERT (index < urb_priv->length);
538 if (index != (urb_priv->length - 1)
543 td_pt = urb_priv->td [index];
546 td = urb_priv->td [index] = urb_priv->ed->dummy;
551 td->index = index;
778 dlen = urb->iso_frame_desc [td->index].length;
786 urb->iso_frame_desc [td->index].actual_length = dlen;
787 urb->iso_frame_desc [td->index].status = cc_to_error [cc];
792 urb, td, 1 + td->index, dlen, cc);
812 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) {
824 urb, td, 1 + td->index, cc,