Home
last modified time | relevance | path

Searched refs:psta_bmc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2159 struct sta_info *psta_bmc; in stop_sta_xmit() local
2167 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() local
2204 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 …]
Drtw_cmd.c1498 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local
1503 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()
1504 if (!psta_bmc) in rtw_chk_hi_queue_hdl()
1514 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c5865 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local
5872 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()
5873 if (!psta_bmc) in chk_bmc_sleepq_hdl()
5876 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5882 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
5889 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5890 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()