Home
last modified time | relevance | path

Searched refs:tx_blocks_freed (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h245 u32 tx_blocks_freed; member
H A Dmain.c510 if (likely(wl->tx_blocks_freed <= status->total_released_blks)) in wlcore_fw_status()
512 wl->tx_blocks_freed; in wlcore_fw_status()
514 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
517 wl->tx_blocks_freed = status->total_released_blks; in wlcore_fw_status()
2056 wl->tx_blocks_freed = 0; in wlcore_op_stop_locked()