Home
last modified time | relevance | path

Searched refs:frame_list (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/xen/
Dballoon.c144 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 …]
Dgrant-table.c999 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd_ddma.c128 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 …]
Dcore.h795 u32 *frame_list; member
Dhcd.c3126 hsotg->frame_list = NULL; in dwc2_hcd_init()
/linux-4.4.14/include/xen/interface/
Dgrant_table.h313 GUEST_HANDLE(xen_pfn_t) frame_list;
463 GUEST_HANDLE(uint64_t) frame_list;
/linux-4.4.14/drivers/usb/host/
Doxu210hp.h129 u32 frame_list; /* points to periodic list */ member
359 u32 frame_list[DEFAULT_I_TDPS]; member
Dehci-fsl.c438 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()
Dfotg210.h265 u32 frame_list; /* points to periodic list */ member
Doxu210hp-hcd.c746 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()
Dehci-hcd.c582 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
Dehci-hub.c413 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume()
Dfotg210-hcd.c5055 &fotg210->regs->frame_list); in fotg210_run()
/linux-4.4.14/include/linux/usb/
Dehci_def.h112 u32 frame_list; /* points to periodic list */ member
/linux-4.4.14/arch/x86/include/asm/xen/
Dhypercall.h245 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/
Drx.c2194 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()