Searched refs:pcck_buf (Results 1 – 3 of 3) sorted by relevance
712 struct phy_cck_rx_status *pcck_buf; in query_rx_phy_status() local727 report = pcck_buf->cck_agc_rpt & 0xc0; in query_rx_phy_status()736 rx_pwr_all = -40 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()740 rx_pwr_all = -20 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()744 rx_pwr_all = -2 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()748 rx_pwr_all = 14 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()766 rx_pwr_all = -2 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()770 rx_pwr_all = 14 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()796 sq = pcck_buf->sq_rpt; in query_rx_phy_status()797 if (pcck_buf->sq_rpt > 64) in query_rx_phy_status()[all …]
1477 struct phy_sts_cck_819xpci *pcck_buf; in _rtl92e_query_rxphystatus() local1525 report = pcck_buf->cck_agc_rpt & 0xc0; in _rtl92e_query_rxphystatus()1529 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1545 report = pcck_buf->cck_agc_rpt & 0x60; in _rtl92e_query_rxphystatus()1550 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1555 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1560 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1565 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1581 sq = pcck_buf->sq_rpt; in _rtl92e_query_rxphystatus()1583 if (pcck_buf->sq_rpt > 64) in _rtl92e_query_rxphystatus()[all …]
4014 phy_sts_cck_819xusb_t *pcck_buf; in rtl8192_query_rxphystatus() local4045 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()4064 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus()4068 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()4071 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()4074 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()4077 rx_pwr_all = 6 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()4081 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus()4108 sq = pcck_buf->sq_rpt; in rtl8192_query_rxphystatus()4110 if (pcck_buf->sq_rpt > 64) in rtl8192_query_rxphystatus()[all …]
Completed in 17 milliseconds