Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192se/
Dtrx.c117 bool packet_toself, in _rtl92se_query_rxphystatus() argument
130 pstats->packet_toself = packet_toself; in _rtl92se_query_rxphystatus()
281 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92se_process_ui_rssi()
307 if (!pstats->is_cck && pstats->packet_toself) { in _rtl92se_process_ui_rssi()
372 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92se_process_pwdb()
423 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92se_process_ui_link_quality()
484 bool packet_matchbssid, packet_toself, packet_beacon; in _rtl92se_translate_rx_signal_stuff() local
500 packet_toself = packet_matchbssid && in _rtl92se_translate_rx_signal_stuff()
507 packet_matchbssid, packet_toself, packet_beacon); in _rtl92se_translate_rx_signal_stuff()
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192ce/
Dtrx.c125 bool packet_toself, in _rtl92ce_query_rxphystatus() argument
139 pstats->packet_toself = packet_toself; in _rtl92ce_query_rxphystatus()
277 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92ce_process_ui_rssi()
306 if (!pstats->is_cck && pstats->packet_toself) { in _rtl92ce_process_ui_rssi()
374 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92ce_process_pwdb()
406 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92ce_process_ui_link_quality()
499 bool packet_matchbssid, packet_toself, packet_beacon; in _rtl92ce_translate_rx_signal_stuff() local
517 packet_toself = packet_matchbssid && in _rtl92ce_translate_rx_signal_stuff()
524 packet_matchbssid, packet_toself, in _rtl92ce_translate_rx_signal_stuff()
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192de/
Dtrx.c118 bool packet_toself, in _rtl92de_query_rxphystatus() argument
132 pstats->packet_toself = packet_toself; in _rtl92de_query_rxphystatus()
301 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92de_process_ui_rssi()
323 if (!pstats->is_cck && pstats->packet_toself) in _rtl92de_process_ui_rssi()
357 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92de_process_pwdb()
408 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92de_process_ui_link_quality()
460 bool packet_matchbssid, packet_toself, packet_beacon; in _rtl92de_translate_rx_signal_stuff() local
473 packet_toself = packet_matchbssid && in _rtl92de_translate_rx_signal_stuff()
478 packet_matchbssid, packet_toself, in _rtl92de_translate_rx_signal_stuff()
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.c768 bool packet_toself, in _rtl92c_query_rxphystatus() argument
784 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus()
908 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92c_process_ui_rssi()
930 if (!pstats->is_cck && pstats->packet_toself) { in _rtl92c_process_ui_rssi()
993 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92c_process_pwdb()
1022 if (pstats->packet_toself || pstats->packet_beacon) { in _rtl92c_process_LINK_Q()
1092 bool packet_matchbssid, packet_toself, packet_beacon; in rtl92c_translate_rx_signal_stuff() local
1108 packet_toself = packet_matchbssid && in rtl92c_translate_rx_signal_stuff()
1113 packet_matchbssid, packet_toself, in rtl92c_translate_rx_signal_stuff()
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dwifi.h1330 bool packet_toself; member