Searched refs:total_released_blks (Results 1 – 6 of 6) sorted by relevance
153 __le32 total_released_blks; member
1457 fw_status->total_released_blks = in wl12xx_convert_fw_status()1458 le32_to_cpu(int_fw_status->total_released_blks); in wl12xx_convert_fw_status()
159 __le32 total_released_blks; member
1209 fw_status->total_released_blks = in wl18xx_convert_fw_status()1210 le32_to_cpu(int_fw_status->total_released_blks); in wl18xx_convert_fw_status()
150 u32 total_released_blks; member
453 if (likely(wl->tx_blocks_freed <= status->total_released_blks)) in wlcore_fw_status()454 freed_blocks = status->total_released_blks - in wlcore_fw_status()458 status->total_released_blks; in wlcore_fw_status()460 wl->tx_blocks_freed = status->total_released_blks; in wlcore_fw_status()