Home
last modified time | relevance | path

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

/drivers/net/wireless/wl12xx/
Dtx.h199 static inline int wl1271_tx_total_queue_count(struct wl1271 *wl) in wl1271_tx_total_queue_count() function
Dtx.c991 if (WARN_ON_ONCE(wl1271_tx_total_queue_count(wl) != 0)) { in wl12xx_tx_reset()
1054 wl1271_tx_total_queue_count(wl)); in wl1271_tx_flush()
1056 (wl1271_tx_total_queue_count(wl) == 0)) { in wl1271_tx_flush()
Ddebugfs.c232 queue_len = wl1271_tx_total_queue_count(wl); in tx_queue_len_read()
Dmain.c954 wl1271_tx_total_queue_count(wl) > 0) { in wl1271_irq()
1002 wl1271_tx_total_queue_count(wl) > 0) in wl1271_irq()
4597 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0); in wl1271_tx_frames_pending()