Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl12xx/
A Dwl12xx.h139 __le32 total_released_blks; member
A Dmain.c1440 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()
/linux/drivers/net/wireless/ti/wl18xx/
A Dwl18xx.h145 __le32 total_released_blks; member
A Dmain.c1195 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()
/linux/drivers/net/wireless/ti/wlcore/
A Dwlcore_i.h136 u32 total_released_blks; member
A Dmain.c439 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