Home | History | Annotate | Download | only in dist

Lines Matching defs:n_bytes

118 	qh->n_bytes = kmem_zalloc(sizeof(u32) * dwc2_max_desc_num(qh), KM_SLEEP);
119 if (!qh->n_bytes) {
136 kmem_free(qh->n_bytes, sizeof(u32) * dwc2_max_desc_num(qh));
137 qh->n_bytes = NULL;
550 qh->n_bytes[idx] = max_xfer_size;
552 qh->n_bytes[idx] = frame_desc->length;
555 dma_desc->status = qh->n_bytes[idx] << HOST_DMA_ISOC_NBYTES_SHIFT &
710 qh->n_bytes[n_desc] = len;
916 frame_desc->actual_length = qh->n_bytes[idx] - remain;
920 frame_desc->actual_length = qh->n_bytes[idx] - remain;
1061 u32 n_bytes, int *xfer_done)
1110 urb->actual_length += n_bytes - remain;
1126 urb->actual_length += n_bytes - remain;
1148 u32 n_bytes;
1162 n_bytes = qh->n_bytes[desc_num];
1164 "qtd=%p dwc2_urb=%p desc_num=%d desc=%p n_bytes=%d\n",
1165 qtd, urb, desc_num, dma_desc, n_bytes);
1167 halt_status, n_bytes,