Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c73 wl->tx_frames_cnt++; in wl1271_alloc_tx_id()
80 if (unlikely(wl->tx_frames_cnt == wl->num_tx_desc)) in wl1271_free_tx_id()
84 wl->tx_frames_cnt--; in wl1271_free_tx_id()
1159 if (wl->tx_frames_cnt == 0 && wl1271_tx_total_queue_count(wl) == 0) { in wl1271_tx_flush()
1168 wl->tx_frames_cnt, in wl1271_tx_flush()
1178 if ((wl->tx_frames_cnt == 0) && in wl1271_tx_flush()
Dwlcore.h289 int tx_frames_cnt; member
Ddebugfs.c496 DRIVER_STATE_PRINT_INT(tx_frames_cnt); in driver_state_read()
Dmain.c5857 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0); in wl1271_tx_frames_pending()