Home
last modified time | relevance | path

Searched refs:total_released_blks (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h145 __le32 total_released_blks; member
205 __le32 total_released_blks; member
H A Dmain.c1195 fw_status->total_released_blks = in wl18xx_convert_fw_status_8_9_1()
1196 le32_to_cpu(int_fw_status->total_released_blks); in wl18xx_convert_fw_status_8_9_1()
1235 fw_status->total_released_blks = in wl18xx_convert_fw_status_8_9_0()
1236 le32_to_cpu(int_fw_status->total_released_blks); in wl18xx_convert_fw_status_8_9_0()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dwl12xx.h139 __le32 total_released_blks; member
H A Dmain.c1439 fw_status->total_released_blks = in wl12xx_convert_fw_status()
1440 le32_to_cpu(int_fw_status->total_released_blks); in wl12xx_convert_fw_status()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h136 u32 total_released_blks; member
H A Dmain.c519 if (likely(wl->tx_blocks_freed <= status->total_released_blks)) in wlcore_fw_status()
520 freed_blocks = status->total_released_blks - in wlcore_fw_status()
524 status->total_released_blks; in wlcore_fw_status()
526 wl->tx_blocks_freed = status->total_released_blks; in wlcore_fw_status()