Searched refs:psta_bmc (Results 1 – 6 of 6) sorted by relevance
1760 struct sta_info *psta_bmc; in stop_sta_xmit() local1768 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()1789 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()1790 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()1799 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local1880 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()1881 if (!psta_bmc) in wakeup_sta_to_xmit()1885 spin_lock_bh(&psta_bmc->sleep_q.lock); in wakeup_sta_to_xmit()1887 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()1897 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()[all …]
4476 struct sta_info *psta, *psta_bmc; in mlmeext_joinbss_event_callback() local4497 psta_bmc = rtw_get_bcmc_stainfo(padapter); in mlmeext_joinbss_event_callback()4498 if (psta_bmc) { in mlmeext_joinbss_event_callback()4499 pmlmeinfo->FW_sta_info[psta_bmc->mac_id].psta = psta_bmc; in mlmeext_joinbss_event_callback()4500 update_bmc_sta_support_rate(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()4501 Update_RA_Entry(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()5420 struct sta_info *psta_bmc; in tx_beacon_hdl() local5426 psta_bmc = rtw_get_bcmc_stainfo(padapter); in tx_beacon_hdl()5427 if (!psta_bmc) in tx_beacon_hdl()5430 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()[all …]
1023 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1026 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1027 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1030 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
2589 struct sta_info *psta_bmc; in stop_sta_xmit() local2597 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2624 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2625 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2634 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2640 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2731 if (!psta_bmc) in wakeup_sta_to_xmit()2735 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2745 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2746 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1741 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1746 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1747 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1757 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
6739 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local6746 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()6747 if (!psta_bmc) in chk_bmc_sleepq_hdl()6750 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()6756 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()6766 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()6767 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()