Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_transfer.c287 parm->dma_page_cache_ptr += n_dma_pc; in usbd_transfer_setup_sub_malloc()
296 parm->dma_page_cache_ptr[x].tag_parent = in usbd_transfer_setup_sub_malloc()
309 *ppc = parm->dma_page_cache_ptr; in usbd_transfer_setup_sub_malloc()
322 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
327 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
337 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
342 buf = parm->dma_page_cache_ptr->buffer; in usbd_transfer_setup_sub_malloc()
344 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
1298 parm->size[0] += ((uint8_t *)parm->dma_page_cache_ptr) - in usbd_transfer_setup()
1335 parm->dma_page_cache_ptr = USB_ADD_BYTES(buf, parm->size[4]); in usbd_transfer_setup()
H A Dusb_transfer.h99 struct usb_page_cache *dma_page_cache_ptr; /* these will be member