Home
last modified time | relevance | path

Searched refs:dma_page_cache_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
HDusb_transfer.c289 parm->dma_page_cache_ptr += n_dma_pc; in usbd_transfer_setup_sub_malloc()
298 parm->dma_page_cache_ptr[x].tag_parent = in usbd_transfer_setup_sub_malloc()
311 *ppc = parm->dma_page_cache_ptr; in usbd_transfer_setup_sub_malloc()
324 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
329 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
340 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
345 buf = parm->dma_page_cache_ptr->buffer; in usbd_transfer_setup_sub_malloc()
347 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
1318 parm->size[0] += ((uint8_t *)parm->dma_page_cache_ptr) - in usbd_transfer_setup()
1355 parm->dma_page_cache_ptr = USB_ADD_BYTES(buf, parm->size[4]); in usbd_transfer_setup()
HDusb_transfer.h203 struct usb_page_cache *dma_page_cache_ptr; /* these will be member