Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c1083 if (wl1271_tx_total_queue_count(wl) != 0) { in wl12xx_tx_reset()
1145 if (wl->tx_frames_cnt == 0 && wl1271_tx_total_queue_count(wl) == 0) { in wl1271_tx_flush()
1155 wl1271_tx_total_queue_count(wl)); in wl1271_tx_flush()
1159 if (wl1271_tx_total_queue_count(wl)) in wl1271_tx_flush()
1165 (wl1271_tx_total_queue_count(wl) == 0)) { in wl1271_tx_flush()
H A Dtx.h219 static inline int wl1271_tx_total_queue_count(struct wl1271 *wl) in wl1271_tx_total_queue_count() function
H A Dmain.c669 if (!wl1271_tx_total_queue_count(wl)) in wlcore_irq_locked()
768 if (!wl1271_tx_total_queue_count(wl)) in wlcore_irq()
5854 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0); in wl1271_tx_frames_pending()