Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dwlcore.h247 u32 tx_allocated_blocks; member
A Dtx.c221 wl->tx_allocated_blocks += total_blocks; in wl1271_tx_allocate()
228 if (wl->tx_allocated_blocks == total_blocks || in wl1271_tx_allocate()
A Dmain.c201 if (wl->tx_allocated_blocks == 0) in wl12xx_rearm_tx_watchdog_locked()
256 if (unlikely(wl->tx_allocated_blocks == 0)) in wl12xx_tx_watchdog_work()
442 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
450 if (wl->tx_allocated_blocks) in wlcore_fw_status()
456 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
1955 wl->tx_allocated_blocks = 0; in wlcore_op_stop_locked()
A Ddebugfs.c461 DRIVER_STATE_PRINT_INT(tx_allocated_blocks); in driver_state_read()

Completed in 19 milliseconds