/linux-4.1.27/drivers/xen/ |
D | balloon.c | 94 static xen_pfn_t frame_list[PAGE_SIZE / sizeof(unsigned long)]; variable 346 if (nr_pages > ARRAY_SIZE(frame_list)) in increase_reservation() 347 nr_pages = ARRAY_SIZE(frame_list); in increase_reservation() 355 frame_list[i] = page_to_pfn(page); in increase_reservation() 359 set_xen_guest_handle(reservation.extent_start, frame_list); in increase_reservation() 373 set_phys_to_machine(pfn, frame_list[i]); in increase_reservation() 380 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation() 417 if (nr_pages > ARRAY_SIZE(frame_list)) in decrease_reservation() 418 nr_pages = ARRAY_SIZE(frame_list); in decrease_reservation() 429 frame_list[i] = page_to_pfn(page); in decrease_reservation() [all …]
|
D | grant-table.c | 952 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
|
/linux-4.1.27/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 | 677 u32 *frame_list; member
|
D | hcd.c | 2938 hsotg->frame_list = NULL; in dwc2_hcd_init()
|
/linux-4.1.27/include/xen/interface/ |
D | grant_table.h | 313 GUEST_HANDLE(xen_pfn_t) frame_list; 463 GUEST_HANDLE(uint64_t) frame_list;
|
/linux-4.1.27/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 | 439 pdata->pm_frame_list = ehci_readl(ehci, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_suspend() 505 ehci_writel(ehci, pdata->pm_frame_list, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_resume()
|
D | fotg210.h | 259 u32 frame_list; /* points to periodic list */ member
|
D | fusbh200.h | 254 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() 2720 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_run() 3550 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_bus_resume()
|
D | ehci-hcd.c | 581 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
|
D | ehci-hub.c | 412 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume()
|
D | fusbh200-hcd.c | 5173 fusbh200_writel(fusbh200, fusbh200->periodic_dma, &fusbh200->regs->frame_list); in fusbh200_run()
|
D | fotg210-hcd.c | 5250 &fotg210->regs->frame_list); in fotg210_run()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 112 u32 frame_list; /* points to periodic list */ member
|
/linux-4.1.27/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.1.27/net/mac80211/ |
D | rx.c | 2170 struct sk_buff_head frame_list; in ieee80211_rx_h_amsdu() local 2195 __skb_queue_head_init(&frame_list); in ieee80211_rx_h_amsdu() 2200 ieee80211_amsdu_to_8023s(skb, &frame_list, dev->dev_addr, in ieee80211_rx_h_amsdu() 2204 while (!skb_queue_empty(&frame_list)) { in ieee80211_rx_h_amsdu() 2205 rx->skb = __skb_dequeue(&frame_list); in ieee80211_rx_h_amsdu()
|