Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c1097 if (wl1271_tx_total_queue_count(wl) != 0) { in wl12xx_tx_reset()
1159 if (wl->tx_frames_cnt == 0 && wl1271_tx_total_queue_count(wl) == 0) { in wl1271_tx_flush()
1169 wl1271_tx_total_queue_count(wl)); in wl1271_tx_flush()
1173 if (wl1271_tx_total_queue_count(wl)) in wl1271_tx_flush()
1179 (wl1271_tx_total_queue_count(wl) == 0)) { in wl1271_tx_flush()
Dtx.h233 static inline int wl1271_tx_total_queue_count(struct wl1271 *wl) in wl1271_tx_total_queue_count() function
Ddebugfs.c102 queue_len = wl1271_tx_total_queue_count(wl); in tx_queue_len_read()
Dmain.c609 wl1271_tx_total_queue_count(wl) > 0) { in wlcore_irq_locked()
702 wl1271_tx_total_queue_count(wl) > 0) in wlcore_irq()
5857 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0); in wl1271_tx_frames_pending()