Searched refs:psta_bmc (Results 1 – 6 of 6) sorted by relevance
1857 struct sta_info *psta_bmc; in stop_sta_xmit() local1865 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()1886 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()1887 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()1896 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local1977 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()1978 if (!psta_bmc) in wakeup_sta_to_xmit()1982 spin_lock_bh(&psta_bmc->sleep_q.lock); in wakeup_sta_to_xmit()1984 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()1994 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()[all …]
1197 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1200 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1201 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1204 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
6669 struct sta_info *psta, *psta_bmc; in mlmeext_joinbss_event_callback() local6688 psta_bmc = rtw_get_bcmc_stainfo(padapter); in mlmeext_joinbss_event_callback()6689 if (psta_bmc) { in mlmeext_joinbss_event_callback()6690 pmlmeinfo->FW_sta_info[psta_bmc->mac_id].psta = psta_bmc; in mlmeext_joinbss_event_callback()6691 update_bmc_sta_support_rate(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()6692 Update_RA_Entry(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()7615 struct sta_info *psta_bmc; in tx_beacon_hdl() local7621 psta_bmc = rtw_get_bcmc_stainfo(padapter); in tx_beacon_hdl()7622 if (!psta_bmc) in tx_beacon_hdl()7625 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()[all …]
2159 struct sta_info *psta_bmc; in stop_sta_xmit() local2167 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()2188 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()2189 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()2198 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local2204 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()2275 if (!psta_bmc) in wakeup_sta_to_xmit()2279 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()2286 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()2287 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()[all …]
1586 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local1591 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()1592 if (!psta_bmc) in rtw_chk_hi_queue_hdl()1602 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
5867 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local5874 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()5875 if (!psta_bmc) in chk_bmc_sleepq_hdl()5878 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()5884 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()5891 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()5892 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()