Home
last modified time | relevance | path

Searched refs:meta2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/dm/
H A Ddma.c46 u32 meta1, meta2; in dm_test_dma() local
61 meta2 = 0; in dm_test_dma()
66 ut_asserteq(len, dma_receive(&dma_rx, &dst_ptr, &meta2)); in dm_test_dma()
67 ut_asserteq(0xADADDEAD, meta2); in dm_test_dma()
88 u32 meta1, meta2; in dm_test_dma_rx() local
103 meta2 = 0; in dm_test_dma_rx()
110 ut_asserteq(len, dma_receive(&dma_rx, &dst_ptr, &meta2)); in dm_test_dma_rx()
111 ut_asserteq(0xADADDEAD, meta2); in dm_test_dma_rx()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c3960 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ld_mask() local
3971 next = meta2->insn; in nfp_bpf_opt_ld_mask()
4005 next1 = meta2->insn; in nfp_bpf_opt_ld_shift()
4190 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() local
4197 struct bpf_insn *st = &meta2->insn; in nfp_bpf_opt_ldst_gather()
4240 head_st_meta = meta2; in nfp_bpf_opt_ldst_gather()
4244 meta2 = nfp_meta_next(meta2); in nfp_bpf_opt_ldst_gather()
4261 head_st_meta = meta2; in nfp_bpf_opt_ldst_gather()
4269 meta2 = nfp_meta_next(meta2); in nfp_bpf_opt_ldst_gather()
4405 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_replace_map_ptrs() local
[all …]