Home
last modified time | relevance | path

Searched refs:tx_blocks_available (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/wl12xx/
Dwl12xx.h357 u32 tx_blocks_available; member
Dtx.c212 if (total_blocks <= wl->tx_blocks_available) { in wl1271_tx_allocate()
226 wl->tx_blocks_available -= total_blocks; in wl1271_tx_allocate()
Dacx.c1049 wl->tx_blocks_available = in wl1271_acx_init_mem_config()
1052 wl->tx_blocks_available); in wl1271_acx_init_mem_config()
Dmain.c788 u32 old_tx_blk_count = wl->tx_blocks_available; in wl12xx_fw_status()
845 wl->tx_blocks_available = max((int)wl->tx_blocks_available, in wl12xx_fw_status()
849 if (wl->tx_blocks_available > old_tx_blk_count) in wl12xx_fw_status()
1892 wl->tx_blocks_available = 0; in wl1271_op_stop()
Ddebugfs.c510 DRIVER_STATE_PRINT_INT(tx_blocks_available); in driver_state_read()