Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c1488 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local
1493 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()
1494 if (!psta_bmc) in rtw_chk_hi_queue_hdl()
1504 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
H A Drtw_mlme_ext.c5838 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local
5845 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()
5846 if (!psta_bmc) in chk_bmc_sleepq_hdl()
5849 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5855 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
5862 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5863 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()