Searched refs:psta_bmc (Results 1 – 6 of 6) sorted by relevance
1766 struct sta_info *psta_bmc; in stop_sta_xmit() local1774 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()1799 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()1800 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, in stop_sta_xmit()1810 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local1891 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()1892 if (!psta_bmc) in wakeup_sta_to_xmit()1896 spin_lock_bh(&psta_bmc->sleep_q.lock); in wakeup_sta_to_xmit()1898 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()1908 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()[all …]
4449 struct sta_info *psta, *psta_bmc; in mlmeext_joinbss_event_callback() local4470 psta_bmc = rtw_get_bcmc_stainfo(padapter); in mlmeext_joinbss_event_callback()4471 if (psta_bmc) { in mlmeext_joinbss_event_callback()4472 pmlmeinfo->FW_sta_info[psta_bmc->mac_id].psta = psta_bmc; in mlmeext_joinbss_event_callback()4473 update_bmc_sta_support_rate(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()4474 Update_RA_Entry(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()5388 struct sta_info *psta_bmc; in tx_beacon_hdl() local5394 psta_bmc = rtw_get_bcmc_stainfo(padapter); in tx_beacon_hdl()5395 if (!psta_bmc) in tx_beacon_hdl()5398 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()[all …]
1033 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1036 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1037 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1040 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
2357 struct sta_info *psta_bmc; in stop_sta_xmit() local2365 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2386 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2387 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2396 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2402 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2477 if (!psta_bmc) in wakeup_sta_to_xmit()2481 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2491 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2492 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1682 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1687 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1688 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1698 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
6679 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local6686 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()6687 if (!psta_bmc) in chk_bmc_sleepq_hdl()6690 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()6696 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()6706 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()6707 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()