Searched refs:psta_bmc (Results 1 – 3 of 3) sorted by relevance
2191 struct sta_info *psta_bmc; in stop_sta_xmit() local2199 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2220 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2221 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2230 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2236 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2307 if (!psta_bmc) in wakeup_sta_to_xmit()2311 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2318 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2319 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1486 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1491 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1492 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1502 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
5824 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local5831 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()5832 if (!psta_bmc) in chk_bmc_sleepq_hdl()5835 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()5841 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()5848 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()5849 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()