Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1334 struct rtllib_rx_stats *prev_st, in _rtl92e_process_phyinfo() argument
1347 if (!prev_st->bIsAMPDU) in _rtl92e_process_phyinfo()
1355 priv->stats.slide_rssi_total += prev_st->signal_strength; in _rtl92e_process_phyinfo()
1358 prev_st->signal_strength; in _rtl92e_process_phyinfo()
1365 if (!prev_st->bPacketMatchBSSID) { in _rtl92e_process_phyinfo()
1366 if (!prev_st->bToSelfBA) in _rtl92e_process_phyinfo()
1373 if (!prev_st->bIsCCK && prev_st->packet_to_self) { in _rtl92e_process_phyinfo()
1377 prev_st->RxMIMOSignalStrength[rfpath]; in _rtl92e_process_phyinfo()
1379 if (prev_st->RxMIMOSignalStrength[rfpath] > in _rtl92e_process_phyinfo()
1384 (prev_st->RxMIMOSignalStrength in _rtl92e_process_phyinfo()
[all …]
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c4089 struct bpf_insn *prev_st) in curr_pair_chain_with_previous() argument
4103 prev_st_base = prev_st->dst_reg; in curr_pair_chain_with_previous()
4106 prev_st_off = prev_st->off; in curr_pair_chain_with_previous()
4192 struct bpf_insn *prev_st = NULL; in nfp_bpf_opt_ldst_gather() local
4209 prev_st) || in nfp_bpf_opt_ldst_gather()
4218 s16 prev_st_off = prev_st->off; in nfp_bpf_opt_ldst_gather()
4246 prev_st = st; in nfp_bpf_opt_ldst_gather()
4252 prev_st = NULL; in nfp_bpf_opt_ldst_gather()
4271 prev_st = st; in nfp_bpf_opt_ldst_gather()
/linux-6.12.1/kernel/bpf/
Dverifier.c8224 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local
8252 prev_st = find_prev_entry(env, cur_st->parent, insn_idx); in process_iter_next_call()
8261 if (prev_st) in process_iter_next_call()
8262 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call()
10077 struct bpf_verifier_state *state = env->cur_state, *prev_st; in prepare_func_exit() local
10169 prev_st = in_callback_fn ? find_prev_entry(env, state, *insn_idx) : NULL; in prepare_func_exit()
10170 if (prev_st) { in prepare_func_exit()
10171 err = widen_imprecise_scalars(env, prev_st, state); in prepare_func_exit()
15371 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_cond_jmp_op() local
15381 prev_st = find_prev_entry(env, cur_st->parent, idx); in check_cond_jmp_op()
[all …]