Home
last modified time | relevance | path

Searched refs:tx_allocated_blocks (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore.h259 u32 tx_allocated_blocks; member
Dtx.c235 wl->tx_allocated_blocks += total_blocks; in wl1271_tx_allocate()
242 if (wl->tx_allocated_blocks == total_blocks || in wl1271_tx_allocate()
Dmain.c219 if (wl->tx_allocated_blocks == 0) in wl12xx_rearm_tx_watchdog_locked()
276 if (unlikely(wl->tx_allocated_blocks == 0)) in wl12xx_tx_watchdog_work()
462 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
470 if (wl->tx_allocated_blocks) in wlcore_fw_status()
476 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
1972 wl->tx_allocated_blocks = 0; in wlcore_op_stop_locked()
Ddebugfs.c491 DRIVER_STATE_PRINT_INT(tx_allocated_blocks); in driver_state_read()