Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/
H A Dusb_transfer.c290 parm->dma_page_cache_ptr += n_dma_pc; in usbd_transfer_setup_sub_malloc()
299 parm->dma_page_cache_ptr[x].tag_parent = in usbd_transfer_setup_sub_malloc()
312 *ppc = parm->dma_page_cache_ptr; in usbd_transfer_setup_sub_malloc()
325 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
330 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
341 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
346 buf = parm->dma_page_cache_ptr->buffer; in usbd_transfer_setup_sub_malloc()
348 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
1244 parm->size[0] += ((uint8_t *)parm->dma_page_cache_ptr) - in usbd_transfer_setup()
1280 parm->dma_page_cache_ptr = USB_ADD_BYTES(buf, parm->size[4]); in usbd_transfer_setup()
H A Dusb_transfer.h205 struct usb_page_cache *dma_page_cache_ptr; /* these will be member