Home
last modified time | relevance | path

Searched refs:desc_list (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdddma.c105 qh->desc_list = NULL; in dwc2_desc_list_alloc()
115 qh->desc_list = KERNADDR(&qh->desc_list_usbdma, 0); in dwc2_desc_list_alloc()
121 qh->desc_list = NULL; in dwc2_desc_list_alloc()
131 if (qh->desc_list) { in dwc2_desc_list_free()
133 qh->desc_list = NULL; in dwc2_desc_list_free()
325 if (qh->desc_list) in dwc2_release_channel_ddma()
326 memset(qh->desc_list, 0, sizeof(struct dwc2_hcd_dma_desc) * in dwc2_release_channel_ddma()
543 struct dwc2_hcd_dma_desc *dma_desc = &qh->desc_list[idx]; in dwc2_fill_host_isoc_dma_desc()
642 qh->desc_list[idx].status |= HOST_DMA_IOC; in dwc2_init_isoc_dma_desc()
676 qh->desc_list[idx].status |= HOST_DMA_IOC; in dwc2_init_isoc_dma_desc()
[all …]
H A Ddwc2_hcd.h304 struct dwc2_hcd_dma_desc *desc_list; member
H A Ddwc2_hcdqueue.c272 if (qh->desc_list) { in dwc2_hcd_qh_free()