Home
last modified time | relevance | path

Searched refs:wl1271_tx_total_queue_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dtx.c1084 if (wl1271_tx_total_queue_count(wl) != 0) { in wl12xx_tx_reset()
1146 if (wl->tx_frames_cnt == 0 && wl1271_tx_total_queue_count(wl) == 0) { in wl1271_tx_flush()
1156 wl1271_tx_total_queue_count(wl)); in wl1271_tx_flush()
1160 if (wl1271_tx_total_queue_count(wl)) in wl1271_tx_flush()
1166 (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 Ddebugfs.c88 queue_len = wl1271_tx_total_queue_count(wl); in tx_queue_len_read()
H A Dmain.c591 if (!wl1271_tx_total_queue_count(wl)) in wlcore_irq_locked()
691 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dtx.c1082 if (wl1271_tx_total_queue_count(wl) != 0) { in wl12xx_tx_reset()
1144 if (wl->tx_frames_cnt == 0 && wl1271_tx_total_queue_count(wl) == 0) { in wl1271_tx_flush()
1154 wl1271_tx_total_queue_count(wl)); in wl1271_tx_flush()
1158 if (wl1271_tx_total_queue_count(wl)) in wl1271_tx_flush()
1164 (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 Ddebugfs.c86 queue_len = wl1271_tx_total_queue_count(wl); in tx_queue_len_read()
H A Dmain.c583 if (!wl1271_tx_total_queue_count(wl)) in wlcore_irq_locked()
683 if (!wl1271_tx_total_queue_count(wl)) in wlcore_irq()
5785 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0); in wl1271_tx_frames_pending()

Completed in 24 milliseconds