Home
last modified time | relevance | path

Searched refs:frame_off (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/target/tcm_fc/
H A Dtfc_io.c52 u32 frame_off = 0; in ft_queue_data_in() local
117 fh_off = frame_off; in ft_queue_data_in()
118 frame_off += frame_len; in ft_queue_data_in()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c56 u32 frame_off; /* Offset of struct bpf_prog from %r15 */ member
462 u32 off = jit->frame_off + offsetof(struct prog_frame, r6) + (rs - 6) * 8; in restore_regs()
655 /* aghi %r15,-frame_off */ in bpf_jit_prologue()
656 EMIT4_IMM(0xa70b0000, REG_15, -jit->frame_off); in bpf_jit_prologue()
1803 /* mvc tail_call_cnt(4,%r15),frame_off+tail_call_cnt(%r15) */ in bpf_jit_insn()
1805 0xf000 | (jit->frame_off + in bpf_jit_insn()
1857 off = jit->frame_off + in bpf_jit_insn()
2191 jit->frame_off = sizeof(struct prog_frame) - in bpf_jit_prog()
2195 jit->frame_off = 0; in bpf_jit_prog()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c477 int frame_off, frame_size; in solo_fill_mpeg() local
497 frame_off = (vop_mpeg_offset(vh) - SOLO_MP4E_EXT_ADDR(solo_dev) + in solo_fill_mpeg()
501 return solo_send_desc(solo_enc, skip, sgt, frame_off, frame_size, in solo_fill_mpeg()