Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c95 .to_self = false, in update_recvframe_phyinfo()
111 pkt_info.to_self = pkt_info.bssid_match && in update_recvframe_phyinfo()
145 } else if (pkt_info.to_self || pkt_info.is_beacon) { in update_recvframe_phyinfo()
H A Dodm_HWConfig.c290 if (pPktinfo->to_self || pPktinfo->is_beacon) { in odm_Process_RSSIForDM()
H A Dodm.h254 bool to_self; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1526 if (rtwsta->mac_id != phy_ppdu->mac_id || !phy_ppdu->to_self) in rtw89_core_rx_process_phy_ppdu_iter()
1624 if (!phy_ppdu->to_self) in rtw89_core_parse_phy_status_ie01()
2262 .to_self = desc_info->addr1_match, in rtw89_core_rx_process_ppdu_sts()
H A Dcore.h815 bool to_self; member