Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h247 u32 tx_allocated_blocks; member
H A Dtx.c223 wl->tx_allocated_blocks += total_blocks; in wl1271_tx_allocate()
230 if (wl->tx_allocated_blocks == total_blocks || in wl1271_tx_allocate()
H A Dmain.c200 if (wl->tx_allocated_blocks == 0) in wl12xx_rearm_tx_watchdog_locked()
254 if (unlikely(wl->tx_allocated_blocks == 0)) in wl12xx_tx_watchdog_work()
519 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
527 if (wl->tx_allocated_blocks) in wlcore_fw_status()
533 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
2029 wl->tx_allocated_blocks = 0; in wlcore_op_stop_locked()