Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c3620 s16 prev_ld_off, prev_st_off; in curr_pair_chain_with_previous() local
3631 prev_ld_off = prev_ld->off; in curr_pair_chain_with_previous()
3648 if (prev_ld_off + prev_size == ld->off && in curr_pair_chain_with_previous()
3653 if (ld->off + curr_size == prev_ld_off && in curr_pair_chain_with_previous()
3743 s16 prev_ld_off = prev_ld->off; in nfp_bpf_opt_ldst_gather() local
3747 if (prev_ld_off < head_ld_off) { in nfp_bpf_opt_ldst_gather()
3748 head_ld_meta->insn.off = prev_ld_off; in nfp_bpf_opt_ldst_gather()