Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4200 u32 tx_resource; in rtw89_core_handle_sta_pending_tx()
4212 tx_resource = rtw89_check_and_reclaim_tx_resource(rtwdev, txq->tid); in rtw89_core_send_nullfunc()
4220 frame_cnt = min_t(unsigned long, frame_cnt, tx_resource); in rtw89_core_send_nullfunc()
4226 /* bound of tx_resource could get stuck due to burst traffic */ in rtw89_core_send_nullfunc()
4227 if (frame_cnt == tx_resource) in rtw89_core_send_nullfunc()
4085 u32 tx_resource; rtw89_core_txq_schedule() local