Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dtx.c65 wl->tx_frames_cnt++; in wl1271_alloc_tx_id()
72 if (unlikely(wl->tx_frames_cnt == ACX_TX_DESCRIPTORS)) in wl1271_free_tx_id()
76 wl->tx_frames_cnt--; in wl1271_free_tx_id()
1053 wl->tx_frames_cnt, in wl1271_tx_flush()
1055 if ((wl->tx_frames_cnt == 0) && in wl1271_tx_flush()
Dwl12xx.h390 int tx_frames_cnt; member
Ddebugfs.c516 DRIVER_STATE_PRINT_INT(tx_frames_cnt); in driver_state_read()
Dmain.c4597 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0); in wl1271_tx_frames_pending()