Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dwl12xx.h153 __le32 total_released_blks; member
Dmain.c1457 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()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dwl18xx.h159 __le32 total_released_blks; member
Dmain.c1209 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()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h150 u32 total_released_blks; member
Dmain.c453 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()