Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1536 struct rtllib_rx_stats *prev_st, in _rtl92e_process_phyinfo() argument
1556 if (!prev_st->bIsAMPDU) in _rtl92e_process_phyinfo()
1564 priv->stats.slide_rssi_total += prev_st->SignalStrength; in _rtl92e_process_phyinfo()
1567 prev_st->SignalStrength; in _rtl92e_process_phyinfo()
1574 if (!prev_st->bPacketMatchBSSID) { in _rtl92e_process_phyinfo()
1575 if (!prev_st->bToSelfBA) in _rtl92e_process_phyinfo()
1583 if (!prev_st->bIsCCK && prev_st->bPacketToSelf) { in _rtl92e_process_phyinfo()
1589 prev_st->RxMIMOSignalStrength[rfpath]; in _rtl92e_process_phyinfo()
1591 if (prev_st->RxMIMOSignalStrength[rfpath] > in _rtl92e_process_phyinfo()
1596 (prev_st->RxMIMOSignalStrength in _rtl92e_process_phyinfo()
[all …]
/linux-6.1.9/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()