Searched refs:total_released_blks (Results 1 – 6 of 6) sorted by relevance
139 __le32 total_released_blks; member
1440 fw_status->total_released_blks = in wl12xx_convert_fw_status()1441 le32_to_cpu(int_fw_status->total_released_blks); in wl12xx_convert_fw_status()
145 __le32 total_released_blks; member
1195 fw_status->total_released_blks = in wl18xx_convert_fw_status()1196 le32_to_cpu(int_fw_status->total_released_blks); in wl18xx_convert_fw_status()
136 u32 total_released_blks; member
439 if (likely(wl->tx_blocks_freed <= status->total_released_blks)) in wlcore_fw_status()440 freed_blocks = status->total_released_blks - in wlcore_fw_status()444 status->total_released_blks; in wlcore_fw_status()446 wl->tx_blocks_freed = status->total_released_blks; in wlcore_fw_status()
Completed in 23 milliseconds