Searched refs:pl_virt (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dqset.c303 dma_addr = le64_to_cpu(std->pl_virt[0].buf_ptr);
313 if (std->pl_virt) {
318 kfree(std->pl_virt);
319 std->pl_virt = NULL;
372 std->pl_virt = kmalloc(pl_len, mem_flags);
373 if (std->pl_virt == NULL)
375 std->dma_addr = dma_map_single(whc->wusbhc.dev, std->pl_virt, pl_len, DMA_TO_DEVICE);
378 std->pl_virt[p].buf_ptr = cpu_to_le64(dma_addr);
507 std->pl_virt = krealloc(std->pl_virt, pl_le
[all...]
H A Ddebug.c77 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr);
81 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr);
H A Dwhcd.h104 struct whc_page_list_entry *pl_virt; member in struct:whc_std
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/whci/
H A Dqset.c303 dma_addr = le64_to_cpu(std->pl_virt[0].buf_ptr);
313 if (std->pl_virt) {
318 kfree(std->pl_virt);
319 std->pl_virt = NULL;
372 std->pl_virt = kmalloc(pl_len, mem_flags);
373 if (std->pl_virt == NULL)
375 std->dma_addr = dma_map_single(whc->wusbhc.dev, std->pl_virt, pl_len, DMA_TO_DEVICE);
378 std->pl_virt[p].buf_ptr = cpu_to_le64(dma_addr);
507 std->pl_virt = krealloc(std->pl_virt, pl_le
[all...]
H A Ddebug.c77 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr);
81 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr);
H A Dwhcd.h104 struct whc_page_list_entry *pl_virt; member in struct:whc_std

Completed in 118 milliseconds