Home
last modified time | relevance | path

Searched refs:stash (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt68 - bd-stash : If present, indicates that the hardware supports stashing
70 - rx-stash-len : Denotes the number of bytes of a received buffer to stash
72 - rx-stash-idx : Denotes the index of the first byte from the received
73 buffer to stash in the L2.
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c49 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1221 void *stash; in copy_gadget_strings() local
1231 stash = uc->stash; in copy_gadget_strings()
1232 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1236 gs_array[n_gs] = stash; in copy_gadget_strings()
1238 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1240 gs->strings = stash; in copy_gadget_strings()
1244 s = stash; in copy_gadget_strings()
1245 stash += sizeof(struct usb_string); in copy_gadget_strings()
1252 s = stash; in copy_gadget_strings()
[all …]
/Linux-v4.19/arch/sparc/kernel/
Dwof.S110 save %g0, %g0, %g0 ! save into the window to stash away
116 STORE_WINDOW(sp) ! stash the window
Dhead_32.S124 mov %o0, %l0 ! stash away romvec
126 mov %o1, %l1 ! stash away debug_vec too
/Linux-v4.19/arch/x86/lib/
Dhweight.S74 movl %eax, %ecx # stash away result
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_gtt.c381 static void stash_init(struct pagestash *stash) in stash_init() argument
383 pagevec_init(&stash->pvec); in stash_init()
384 spin_lock_init(&stash->lock); in stash_init()
387 static struct page *stash_pop_page(struct pagestash *stash) in stash_pop_page() argument
391 spin_lock(&stash->lock); in stash_pop_page()
392 if (likely(stash->pvec.nr)) in stash_pop_page()
393 page = stash->pvec.pages[--stash->pvec.nr]; in stash_pop_page()
394 spin_unlock(&stash->lock); in stash_pop_page()
399 static void stash_push_pagevec(struct pagestash *stash, struct pagevec *pvec) in stash_push_pagevec() argument
403 spin_lock_nested(&stash->lock, SINGLE_DEPTH_NESTING); in stash_push_pagevec()
[all …]
/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.h266 u8 stash; member
/Linux-v4.19/drivers/soc/fsl/dpio/
Dqbman-portal.c497 int stash) in qbman_pull_desc_set_storage() argument
507 if (stash) in qbman_pull_desc_set_storage()
Dqbman-portal.h148 int stash);
/Linux-v4.19/include/linux/usb/
Dgadget.h762 u8 *stash[0]; member
/Linux-v4.19/arch/arc/kernel/
Dentry-compact.S237 ; can clobber scratch regs, hence use of stack to stash it