Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c7025 struct mac_ax_tx_queue_empty q_st = {{0}}; in rtw_hal_mac_is_tx_mgnt_empty() local
7029 err = mac->ops->is_txq_empty(mac, &q_st); in rtw_hal_mac_is_tx_mgnt_empty()
7033 if ((band == 0) && (q_st.band0_mgnt_empty == DLE_QUEUE_EMPTY)) in rtw_hal_mac_is_tx_mgnt_empty()
7035 else if ((band == 1) && (q_st.band1_mgnt_empty == DLE_QUEUE_EMPTY)) in rtw_hal_mac_is_tx_mgnt_empty()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c7041 struct mac_ax_tx_queue_empty q_st = {{0}}; in rtw_hal_mac_is_tx_mgnt_empty() local
7045 err = mac->ops->is_txq_empty(mac, &q_st); in rtw_hal_mac_is_tx_mgnt_empty()
7049 if ((band == 0) && (q_st.band0_mgnt_empty == DLE_QUEUE_EMPTY)) in rtw_hal_mac_is_tx_mgnt_empty()
7051 else if ((band == 1) && (q_st.band1_mgnt_empty == DLE_QUEUE_EMPTY)) in rtw_hal_mac_is_tx_mgnt_empty()