Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/usb/gadget/
Dcomposite.c49 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1235 void *stash; in copy_gadget_strings() local
1245 stash = uc->stash; in copy_gadget_strings()
1246 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1250 gs_array[n_gs] = stash; in copy_gadget_strings()
1252 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1254 gs->strings = stash; in copy_gadget_strings()
1258 s = stash; in copy_gadget_strings()
1259 stash += sizeof(struct usb_string); in copy_gadget_strings()
1266 s = stash; in copy_gadget_strings()
[all …]
/Linux-v5.4/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-v5.4/arch/x86/lib/
Dhweight.S74 movl %eax, %ecx # stash away result
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem_gtt.c330 static void stash_init(struct pagestash *stash) in stash_init() argument
332 pagevec_init(&stash->pvec); in stash_init()
333 spin_lock_init(&stash->lock); in stash_init()
336 static struct page *stash_pop_page(struct pagestash *stash) in stash_pop_page() argument
340 spin_lock(&stash->lock); in stash_pop_page()
341 if (likely(stash->pvec.nr)) in stash_pop_page()
342 page = stash->pvec.pages[--stash->pvec.nr]; in stash_pop_page()
343 spin_unlock(&stash->lock); in stash_pop_page()
348 static void stash_push_pagevec(struct pagestash *stash, struct pagevec *pvec) in stash_push_pagevec() argument
352 spin_lock_nested(&stash->lock, SINGLE_DEPTH_NESTING); in stash_push_pagevec()
[all …]
/Linux-v5.4/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.h254 u8 stash; member
/Linux-v5.4/drivers/soc/fsl/dpio/
Dqbman-portal.h153 int stash);
Dqbman-portal.c573 int stash) in qbman_pull_desc_set_storage() argument
583 if (stash) in qbman_pull_desc_set_storage()
/Linux-v5.4/include/linux/usb/
Dgadget.h770 u8 *stash[0]; member
/Linux-v5.4/arch/arc/kernel/
Dentry-compact.S234 ; can clobber scratch regs, hence use of stack to stash it