Searched refs:psta_bmc (Results 1 – 3 of 3) sorted by relevance
2160 struct sta_info *psta_bmc; in stop_sta_xmit() local2168 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2189 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2190 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2199 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2205 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2276 if (!psta_bmc) in wakeup_sta_to_xmit()2280 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2287 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2288 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1497 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1502 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1503 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1513 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
5862 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local5869 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()5870 if (!psta_bmc) in chk_bmc_sleepq_hdl()5873 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()5879 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()5886 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()5887 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()