Searched refs:total_released_blks (Results 1 – 6 of 6) sorted by relevance
153 __le32 total_released_blks; member
1455 fw_status->total_released_blks = in wl12xx_convert_fw_status()1456 le32_to_cpu(int_fw_status->total_released_blks); in wl12xx_convert_fw_status()
155 __le32 total_released_blks; member
1193 fw_status->total_released_blks = in wl18xx_convert_fw_status()1194 le32_to_cpu(int_fw_status->total_released_blks); in wl18xx_convert_fw_status()
151 u32 total_released_blks; member
448 if (likely(wl->tx_blocks_freed <= status->total_released_blks)) in wlcore_fw_status()449 freed_blocks = status->total_released_blks - in wlcore_fw_status()453 status->total_released_blks; in wlcore_fw_status()455 wl->tx_blocks_freed = status->total_released_blks; in wlcore_fw_status()