Home
last modified time | relevance | path

Searched refs:setup_frame (Results 1 – 15 of 15) sorted by relevance

/linux/arch/mips/include/asm/
H A Dabi.h19 int (* const setup_frame)(void *sig_return, struct ksignal *ksig, member
/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c343 u16 *setup_frm = &tp->setup_frame[15*6]; in tulip_up()
347 memset(tp->setup_frame, 0xff, sizeof(tp->setup_frame)); in tulip_up()
353 mapping = dma_map_single(&tp->pdev->dev, tp->setup_frame, in tulip_up()
354 sizeof(tp->setup_frame), in tulip_up()
721 sizeof(tp->setup_frame), in tulip_clean_tx_ring()
996 new frame, not around filling tp->setup_frame. This is non-deterministic
1019 setup_frm = &tp->setup_frame[13*6]; in build_setup_frame_hash()
1044 setup_frm = &tp->setup_frame[15*6]; in build_setup_frame_perfect()
1117 /* Note that only the low-address shortword of setup_frame i in set_rx_mode()
[all...]
H A Dde2104x.c311 u16 setup_frame[DE_SETUP_FRAME_WORDS]; member
561 sizeof(de->setup_frame), in de_tx()
661 new frame, not around filling de->setup_frame. This is non-deterministic
685 setup_frm = &de->setup_frame[13*6]; in build_setup_frame_hash()
710 setup_frm = &de->setup_frame[15*6]; in build_setup_frame_perfect()
742 /* Note that only the low-address shortword of setup_frame is valid! in __de_set_rx_mode()
745 build_setup_frame_hash (de->setup_frame, dev); in __de_set_rx_mode()
747 build_setup_frame_perfect (de->setup_frame, dev); in __de_set_rx_mode()
771 dma_map_single(&de->pdev->dev, de->setup_frame, in __de_set_rx_mode()
772 sizeof(de->setup_frame), DMA_TO_DEVIC in __de_set_rx_mode()
[all...]
H A Dtulip.h412 u16 setup_frame[96]; /* Pseudo-Tx frame to init address table. */ member
H A Dinterrupt.c609 sizeof(tp->setup_frame), in tulip_interrupt()
/linux/arch/mips/kernel/
H A Dsignal.c714 static int setup_frame(void *sig_return, struct ksignal *ksig, in setup_frame() function
804 .setup_frame = setup_frame,
858 ret = abi->setup_frame(vdso + abi->vdso->off_sigreturn, in handle_signal()
H A Dsignal_o32.c245 .setup_frame = setup_frame_32,
/linux/arch/xtensa/kernel/
H A Dsignal.c342 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function
494 ret = setup_frame(&ksig, sigmask_to_save(), regs); in do_signal()
/linux/arch/s390/kernel/
H A Dsignal.c285 static int setup_frame(int sig, struct k_sigaction *ka, in setup_frame() function
437 ret = setup_frame(ksig->sig, &ksig->ka, oldset, regs); in handle_signal()
/linux/arch/sh/kernel/
H A Dsignal_32.c269 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function
445 ret = setup_frame(ksig, oldset, regs); in handle_signal()
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h239 * @setup_frame: setup frame to be used by decoder, see below
243 * @setup_frame: setup frame to be used by decoder, see below
265 * setup_frame() - setup frame to be used by decoder
277 int (*setup_frame)(struct delta_ctx *ctx, struct delta_frame *frame); member
364 * If not enough frames have been provided through setup_frame(),
H A Ddelta-v4l2.c1169 return call_dec_op(dec, setup_frame, ctx, frame); in delta_setup_frame()
1478 "%s setup_frame() failed (%d)\n", in delta_vb2_frame_prepare()
/linux/arch/sparc/kernel/
H A Dsignal_32.c225 static int setup_frame(struct ksignal *ksig, struct pt_regs *regs, in setup_frame() function
426 err = setup_frame(ksig, regs, oldset); in handle_signal()
/linux/arch/alpha/kernel/
H A Dsignal.c329 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() function
441 ret = setup_frame(ksig, oldset, regs); in handle_signal()
/linux/arch/m68k/kernel/
H A Dsignal.c255 static unsigned char fpu_version; /* version number of fpu, set by setup_frame */
876 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function
886 pr_debug("setup_frame: Unknown frame format %#x\n", in setup_frame()
958 pr_debug("setup_frame: Unknown frame format %#x\n", in setup_rt_frame()
1078 err = setup_frame(ksig, oldset, regs); in handle_signal()