Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dballoon.c152 static xen_pfn_t frame_list[PAGE_SIZE / sizeof(xen_pfn_t)]; variable
409 if (nr_pages > ARRAY_SIZE(frame_list)) in increase_reservation()
410 nr_pages = ARRAY_SIZE(frame_list); in increase_reservation()
419 frame_list[i] = page_to_xen_pfn(page); in increase_reservation()
423 rc = xenmem_reservation_increase(nr_pages, frame_list); in increase_reservation()
431 xenmem_reservation_va_mapping_update(1, &page, &frame_list[i]); in increase_reservation()
450 if (nr_pages > ARRAY_SIZE(frame_list)) in decrease_reservation()
451 nr_pages = ARRAY_SIZE(frame_list); in decrease_reservation()
480 frame_list[i++] = xen_page_to_gfn(page); in decrease_reservation()
491 ret = xenmem_reservation_decrease(nr_pages, frame_list); in decrease_reservation()
A Dgrant-table.c1322 set_xen_guest_handle(getframes.frame_list, sframes); in gnttab_map_frames_v2()
1394 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
A Dprivcmd.c790 set_xen_guest_handle(xdata.frame_list, pfns); in privcmd_ioctl_mmap_resource()
/linux/drivers/usb/dwc2/
A Dhcd_ddma.c146 if (hsotg->frame_list) in dwc2_frame_list_alloc()
151 if (!hsotg->frame_list) in dwc2_frame_list_alloc()
167 if (!hsotg->frame_list) { in dwc2_frame_list_free()
175 kfree(hsotg->frame_list); in dwc2_frame_list_free()
176 hsotg->frame_list = NULL; in dwc2_frame_list_free()
246 if (!hsotg->frame_list) { in dwc2_update_frame_list()
248 hsotg->frame_list); in dwc2_update_frame_list()
262 hsotg->frame_list[j] |= 1 << chan->hc_num; in dwc2_update_frame_list()
264 hsotg->frame_list[j] &= ~(1 << chan->hc_num); in dwc2_update_frame_list()
360 if (!hsotg->frame_list) { in dwc2_hcd_qh_init_ddma()
[all …]
A Dcore.h1182 u32 *frame_list; member
A Dhcd.c5329 hsotg->frame_list = NULL; in dwc2_hcd_init()
/linux/include/xen/interface/
A Dgrant_table.h296 GUEST_HANDLE(xen_pfn_t) frame_list;
446 GUEST_HANDLE(uint64_t) frame_list;
A Dmemory.h324 GUEST_HANDLE(xen_pfn_t) frame_list;
/linux/arch/x86/include/asm/xen/
A Dhypercall.h273 HYPERVISOR_set_gdt(unsigned long *frame_list, int entries) in HYPERVISOR_set_gdt() argument
275 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
/linux/include/linux/usb/
A Dehci_def.h114 u32 frame_list; /* points to periodic list */ member
/linux/drivers/usb/host/
A Dehci-fsl.c479 pdata->pm_frame_list = ehci_readl(ehci, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_suspend()
545 ehci_writel(ehci, pdata->pm_frame_list, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_resume()
A Dfotg210.h266 u32 frame_list; /* points to periodic list */ member
A Doxu210hp-hcd.c161 u32 frame_list; /* points to periodic list */ member
390 u32 frame_list[DEFAULT_I_TDPS]; member
1170 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
1187 oxu->periodic = (__le32 *) &oxu->mem->frame_list; in ehci_mem_init()
3128 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_run()
3956 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_bus_resume()
A Dehci-hcd.c584 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
A Dehci-hub.c414 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume()
A Dfotg210-hcd.c5017 &fotg210->regs->frame_list); in fotg210_run()
/linux/net/mac80211/
A Drx.c2730 struct sk_buff_head frame_list; in __ieee80211_rx_h_amsdu() local
2755 __skb_queue_head_init(&frame_list); in __ieee80211_rx_h_amsdu()
2763 ieee80211_amsdu_to_8023s(skb, &frame_list, dev->dev_addr, in __ieee80211_rx_h_amsdu()
2768 while (!skb_queue_empty(&frame_list)) { in __ieee80211_rx_h_amsdu()
2769 rx->skb = __skb_dequeue(&frame_list); in __ieee80211_rx_h_amsdu()
/linux/
A DSystem.map162361 ffff800012140028 b frame_list
A D.tmp_System.map162361 ffff800012140028 b frame_list

Completed in 381 milliseconds