Lines Matching refs:n_bytes
101 qh->n_bytes = kzalloc(sizeof(u32) * dwc2_max_desc_num(qh), flags); in dwc2_desc_list_alloc()
102 if (!qh->n_bytes) { in dwc2_desc_list_alloc()
122 kfree(qh->n_bytes); in dwc2_desc_list_free()
123 qh->n_bytes = NULL; in dwc2_desc_list_free()
519 qh->n_bytes[idx] = max_xfer_size; in dwc2_fill_host_isoc_dma_desc()
521 qh->n_bytes[idx] = frame_desc->length; in dwc2_fill_host_isoc_dma_desc()
524 dma_desc->status = qh->n_bytes[idx] << HOST_DMA_ISOC_NBYTES_SHIFT & in dwc2_fill_host_isoc_dma_desc()
642 qh->n_bytes[n_desc] = len; in dwc2_fill_host_dma_desc()
824 frame_desc->actual_length = qh->n_bytes[idx] - remain; in dwc2_cmpl_host_isoc_dma_desc()
828 frame_desc->actual_length = qh->n_bytes[idx] - remain; in dwc2_cmpl_host_isoc_dma_desc()
937 u32 n_bytes, int *xfer_done) in dwc2_update_non_isoc_urb_state_ddma() argument
986 urb->actual_length += n_bytes - remain; in dwc2_update_non_isoc_urb_state_ddma()
1002 urb->actual_length += n_bytes - remain; in dwc2_update_non_isoc_urb_state_ddma()
1024 u32 n_bytes; in dwc2_process_non_isoc_desc() local
1033 n_bytes = qh->n_bytes[desc_num]; in dwc2_process_non_isoc_desc()
1036 qtd, urb, desc_num, dma_desc, n_bytes); in dwc2_process_non_isoc_desc()
1038 halt_status, n_bytes, in dwc2_process_non_isoc_desc()