Searched refs:frame_list_sz (Results 1 – 2 of 2) sorted by relevance
119 hsotg->frame_list_sz = 4 * FRLISTEN_64_SIZE; in dwc2_frame_list_alloc()120 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA); in dwc2_frame_list_alloc()125 hsotg->frame_list_sz, in dwc2_frame_list_alloc()143 hsotg->frame_list_sz, DMA_FROM_DEVICE); in dwc2_frame_list_free()244 hsotg->frame_list_sz, in dwc2_update_frame_list()
1176 u32 frame_list_sz; member