Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h245 u32 tx_blocks_freed; member
H A Dmain.c433 if (likely(wl->tx_blocks_freed <= status->total_released_blks)) in wlcore_fw_status()
435 wl->tx_blocks_freed; in wlcore_fw_status()
437 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
440 wl->tx_blocks_freed = status->total_released_blks; in wlcore_fw_status()
1982 wl->tx_blocks_freed = 0; in wlcore_op_stop_locked()
H A Ddebugfs.c475 DRIVER_STATE_PRINT_INT(tx_blocks_freed); in driver_state_read()