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 …]
4458 struct sta_info *psta, *psta_bmc; in mlmeext_joinbss_event_callback() local4479 psta_bmc = rtw_get_bcmc_stainfo(padapter); in mlmeext_joinbss_event_callback()4480 if (psta_bmc) { in mlmeext_joinbss_event_callback()4481 pmlmeinfo->FW_sta_info[psta_bmc->mac_id].psta = psta_bmc; in mlmeext_joinbss_event_callback()4482 update_bmc_sta_support_rate(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()4483 Update_RA_Entry(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()5400 struct sta_info *psta_bmc; in tx_beacon_hdl() local5406 psta_bmc = rtw_get_bcmc_stainfo(padapter); in tx_beacon_hdl()5407 if (!psta_bmc) in tx_beacon_hdl()5410 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()[all …]
1012 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1015 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1016 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1019 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
2587 struct sta_info *psta_bmc; in stop_sta_xmit() local2595 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2622 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2623 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2632 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2638 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2729 if (!psta_bmc) in wakeup_sta_to_xmit()2733 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2743 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2744 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1698 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1703 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1704 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1714 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
6674 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local6681 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()6682 if (!psta_bmc) in chk_bmc_sleepq_hdl()6685 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()6691 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()6701 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()6702 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()