Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1766 struct sta_info *psta_bmc; in stop_sta_xmit() local
1774 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()
1799 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()
1800 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, in stop_sta_xmit()
1810 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local
1891 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()
1892 if (!psta_bmc) in wakeup_sta_to_xmit()
1896 spin_lock_bh(&psta_bmc->sleep_q.lock); in wakeup_sta_to_xmit()
1898 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
1908 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
[all …]
Drtw_mlme_ext.c4458 struct sta_info *psta, *psta_bmc; in mlmeext_joinbss_event_callback() local
4479 psta_bmc = rtw_get_bcmc_stainfo(padapter); in mlmeext_joinbss_event_callback()
4480 if (psta_bmc) { in mlmeext_joinbss_event_callback()
4481 pmlmeinfo->FW_sta_info[psta_bmc->mac_id].psta = psta_bmc; in mlmeext_joinbss_event_callback()
4482 update_bmc_sta_support_rate(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()
4483 Update_RA_Entry(padapter, psta_bmc->mac_id); in mlmeext_joinbss_event_callback()
5400 struct sta_info *psta_bmc; in tx_beacon_hdl() local
5406 psta_bmc = rtw_get_bcmc_stainfo(padapter); in tx_beacon_hdl()
5407 if (!psta_bmc) in tx_beacon_hdl()
5410 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
[all …]
Drtw_cmd.c1012 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local
1015 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()
1016 if (!psta_bmc) in rtw_chk_hi_queue_hdl()
1019 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2587 struct sta_info *psta_bmc; in stop_sta_xmit() local
2595 psta_bmc = rtw_get_bcmc_stainfo(padapter); in stop_sta_xmit()
2622 pstaxmitpriv = &psta_bmc->sta_xmitpriv; in stop_sta_xmit()
2623 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
2632 struct sta_info *psta_bmc; in wakeup_sta_to_xmit() local
2638 psta_bmc = rtw_get_bcmc_stainfo(padapter); in wakeup_sta_to_xmit()
2729 if (!psta_bmc) in wakeup_sta_to_xmit()
2733 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2743 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2744 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
[all …]
Drtw_cmd.c1698 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl() local
1703 psta_bmc = rtw_get_bcmc_stainfo(padapter); in rtw_chk_hi_queue_hdl()
1704 if (!psta_bmc) in rtw_chk_hi_queue_hdl()
1714 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c6674 struct sta_info *psta_bmc; in chk_bmc_sleepq_hdl() local
6681 psta_bmc = rtw_get_bcmc_stainfo(padapter); in chk_bmc_sleepq_hdl()
6682 if (!psta_bmc) in chk_bmc_sleepq_hdl()
6685 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
6691 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
6701 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
6702 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()