Home
last modified time | relevance | path

Searched refs:prev_st (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1675 struct rtllib_rx_stats *prev_st, in _rtl92e_process_phyinfo()
1695 if (!prev_st->bIsAMPDU) in _rtl92e_process_phyinfo()
1703 priv->stats.slide_rssi_total += prev_st->SignalStrength; in _rtl92e_process_phyinfo()
1706 prev_st->SignalStrength; in _rtl92e_process_phyinfo()
1714 if (!prev_st->bPacketMatchBSSID) { in _rtl92e_process_phyinfo()
1715 if (!prev_st->bToSelfBA) in _rtl92e_process_phyinfo()
1723 if (!prev_st->bIsCCK && prev_st->bPacketToSelf) { in _rtl92e_process_phyinfo()
1729 prev_st->RxMIMOSignalStrength[rfpath]); in _rtl92e_process_phyinfo()
1732 prev_st in _rtl92e_process_phyinfo()
1674 _rtl92e_process_phyinfo(struct r8192_priv *priv, u8 *buffer, struct rtllib_rx_stats *prev_st, struct rtllib_rx_stats *curr_st) _rtl92e_process_phyinfo() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1402 struct rtllib_rx_stats *prev_st, in _rtl92e_process_phyinfo()
1422 if (!prev_st->bIsAMPDU) in _rtl92e_process_phyinfo()
1430 priv->stats.slide_rssi_total += prev_st->SignalStrength; in _rtl92e_process_phyinfo()
1433 prev_st->SignalStrength; in _rtl92e_process_phyinfo()
1440 if (!prev_st->bPacketMatchBSSID) { in _rtl92e_process_phyinfo()
1441 if (!prev_st->bToSelfBA) in _rtl92e_process_phyinfo()
1448 if (!prev_st->bIsCCK && prev_st->bPacketToSelf) { in _rtl92e_process_phyinfo()
1452 prev_st->RxMIMOSignalStrength[rfpath]; in _rtl92e_process_phyinfo()
1454 if (prev_st in _rtl92e_process_phyinfo()
1401 _rtl92e_process_phyinfo(struct r8192_priv *priv, u8 *buffer, struct rtllib_rx_stats *prev_st, struct rtllib_rx_stats *curr_st) _rtl92e_process_phyinfo() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c4083 struct bpf_insn *prev_st) in curr_pair_chain_with_previous()
4097 prev_st_base = prev_st->dst_reg; in curr_pair_chain_with_previous()
4100 prev_st_off = prev_st->off; in curr_pair_chain_with_previous()
4186 struct bpf_insn *prev_st = NULL; in nfp_bpf_opt_ldst_gather() local
4203 prev_st) || in nfp_bpf_opt_ldst_gather()
4212 s16 prev_st_off = prev_st->off; in nfp_bpf_opt_ldst_gather()
4240 prev_st = st; in nfp_bpf_opt_ldst_gather()
4246 prev_st = NULL; in nfp_bpf_opt_ldst_gather()
4265 prev_st = st; in nfp_bpf_opt_ldst_gather()
4080 curr_pair_chain_with_previous(struct nfp_insn_meta *ld_meta, struct nfp_insn_meta *st_meta, struct bpf_insn *prev_ld, struct bpf_insn *prev_st) curr_pair_chain_with_previous() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c4089 struct bpf_insn *prev_st) in curr_pair_chain_with_previous()
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()
4086 curr_pair_chain_with_previous(struct nfp_insn_meta *ld_meta, struct nfp_insn_meta *st_meta, struct bpf_insn *prev_ld, struct bpf_insn *prev_st) curr_pair_chain_with_previous() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c7906 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local
7936 prev_st = find_prev_entry(env, cur_st->parent, insn_idx); in process_iter_next_call()
7945 if (prev_st) in process_iter_next_call()
7946 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call()
9600 struct bpf_verifier_state *state = env->cur_state, *prev_st; in prepare_func_exit() local
9692 prev_st = in_callback_fn ? find_prev_entry(env, state, *insn_idx) : NULL; in prepare_func_exit()
9693 if (prev_st) { in prepare_func_exit()
9694 err = widen_imprecise_scalars(env, prev_st, state); in prepare_func_exit()

Completed in 44 milliseconds