Home
last modified time | relevance | path

Searched refs:tx_blocks_freed (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dwl12xx.h356 u32 tx_blocks_freed; member
Dmain.c811 if (likely(wl->tx_blocks_freed <= in wl12xx_fw_status()
814 wl->tx_blocks_freed; in wl12xx_fw_status()
816 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wl12xx_fw_status()
819 wl->tx_blocks_freed = le32_to_cpu(status->total_released_blks); in wl12xx_fw_status()
1916 wl->tx_blocks_freed = 0; in wl1271_op_stop()
Ddebugfs.c525 DRIVER_STATE_PRINT_INT(tx_blocks_freed); in driver_state_read()