Searched refs:psta_bmc (Results 1 – 6 of 6) sorted by relevance
1958 struct sta_info *psta_bmc; in stop_sta_xmit() local1966 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()1987 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()1988 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()1997 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2078 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2079 if (!psta_bmc) in wakeup_sta_to_xmit()2083 spin_lock_bh(&psta_bmc->sleep_q.lock); in wakeup_sta_to_xmit()2085 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2095 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()[all …]
1178 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1181 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1182 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1185 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
6937 struct sta_info *psta, *psta_bmc; in mlmeext_joinbss_event_callback() local6956 psta_bmc = rtw_get_bcmc_stainfo(padapter); in mlmeext_joinbss_event_callback()6957 if (psta_bmc) { in mlmeext_joinbss_event_callback()6958 pmlmeinfo->FW_sta_info[psta_bmc->mac_id].psta = psta_bmc; in mlmeext_joinbss_event_callback()6959 update_bmc_sta_support_rate(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()6960 Update_RA_Entry(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()7881 struct sta_info *psta_bmc; in tx_beacon_hdl() local7887 psta_bmc = rtw_get_bcmc_stainfo(padapter); in tx_beacon_hdl()7888 if (!psta_bmc) in tx_beacon_hdl()7891 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()[all …]
2159 struct sta_info *psta_bmc; in stop_sta_xmit() local2167 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2188 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2189 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2198 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2204 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2275 if (!psta_bmc) in wakeup_sta_to_xmit()2279 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2286 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2287 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1498 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1503 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1504 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1514 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
5867 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local5874 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()5875 if (!psta_bmc) in chk_bmc_sleepq_hdl()5878 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()5884 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()5891 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()5892 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()