/linux-4.4.14/drivers/xen/ |
D | balloon.c | 144 static xen_pfn_t frame_list[PAGE_SIZE / sizeof(xen_pfn_t)]; variable 423 if (nr_pages > ARRAY_SIZE(frame_list)) in increase_reservation() 424 nr_pages = ARRAY_SIZE(frame_list); in increase_reservation() 436 frame_list[i] = page_to_xen_pfn(page); in increase_reservation() 440 set_xen_guest_handle(reservation.extent_start, frame_list); in increase_reservation() 460 set_phys_to_machine(pfn, frame_list[i]); in increase_reservation() 467 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation() 496 if (nr_pages > ARRAY_SIZE(frame_list)) in decrease_reservation() 497 nr_pages = ARRAY_SIZE(frame_list); in decrease_reservation() 526 frame_list[i++] = xen_page_to_gfn(page); in decrease_reservation() [all …]
|
D | grant-table.c | 999 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd_ddma.c | 128 if (hsotg->frame_list) in dwc2_frame_list_alloc() 131 hsotg->frame_list = dma_alloc_coherent(hsotg->dev, in dwc2_frame_list_alloc() 135 if (!hsotg->frame_list) in dwc2_frame_list_alloc() 138 memset(hsotg->frame_list, 0, 4 * FRLISTEN_64_SIZE); in dwc2_frame_list_alloc() 144 u32 *frame_list; in dwc2_frame_list_free() local 150 if (!hsotg->frame_list) { in dwc2_frame_list_free() 155 frame_list = hsotg->frame_list; in dwc2_frame_list_free() 157 hsotg->frame_list = NULL; in dwc2_frame_list_free() 161 dma_free_coherent(hsotg->dev, 4 * FRLISTEN_64_SIZE, frame_list, in dwc2_frame_list_free() 230 if (!hsotg->frame_list) { in dwc2_update_frame_list() [all …]
|
D | core.h | 795 u32 *frame_list; member
|
D | hcd.c | 3126 hsotg->frame_list = NULL; in dwc2_hcd_init()
|
/linux-4.4.14/include/xen/interface/ |
D | grant_table.h | 313 GUEST_HANDLE(xen_pfn_t) frame_list; 463 GUEST_HANDLE(uint64_t) frame_list;
|
/linux-4.4.14/drivers/usb/host/ |
D | oxu210hp.h | 129 u32 frame_list; /* points to periodic list */ member 359 u32 frame_list[DEFAULT_I_TDPS]; member
|
D | ehci-fsl.c | 438 pdata->pm_frame_list = ehci_readl(ehci, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_suspend() 504 ehci_writel(ehci, pdata->pm_frame_list, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_resume()
|
D | fotg210.h | 265 u32 frame_list; /* points to periodic list */ member
|
D | oxu210hp-hcd.c | 746 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init() 763 oxu->periodic = (__le32 *) &oxu->mem->frame_list; in ehci_mem_init() 2715 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_run() 3545 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_bus_resume()
|
D | ehci-hcd.c | 582 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
|
D | ehci-hub.c | 413 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume()
|
D | fotg210-hcd.c | 5055 &fotg210->regs->frame_list); in fotg210_run()
|
/linux-4.4.14/include/linux/usb/ |
D | ehci_def.h | 112 u32 frame_list; /* points to periodic list */ member
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | hypercall.h | 245 HYPERVISOR_set_gdt(unsigned long *frame_list, int entries) in HYPERVISOR_set_gdt() argument 247 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
|
/linux-4.4.14/net/mac80211/ |
D | rx.c | 2194 struct sk_buff_head frame_list; in ieee80211_rx_h_amsdu() local 2219 __skb_queue_head_init(&frame_list); in ieee80211_rx_h_amsdu() 2224 ieee80211_amsdu_to_8023s(skb, &frame_list, dev->dev_addr, in ieee80211_rx_h_amsdu() 2228 while (!skb_queue_empty(&frame_list)) { in ieee80211_rx_h_amsdu() 2229 rx->skb = __skb_dequeue(&frame_list); in ieee80211_rx_h_amsdu()
|