Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore.h255 u32 tx_blocks_available; member
Dtx.c225 if (total_blocks <= wl->tx_blocks_available) { in wl1271_tx_allocate()
234 wl->tx_blocks_available -= total_blocks; in wl1271_tx_allocate()
Dacx.c1034 wl->tx_blocks_available = in wl1271_acx_init_mem_config()
1037 wl->tx_blocks_available); in wl1271_acx_init_mem_config()
Dmain.c398 u32 old_tx_blk_count = wl->tx_blocks_available; in wlcore_fw_status()
481 wl->tx_blocks_available = max((int)wl->tx_blocks_available, in wlcore_fw_status()
485 if (wl->tx_blocks_available > old_tx_blk_count) in wlcore_fw_status()
2012 wl->tx_blocks_available = 0; in wlcore_op_stop_locked()
Ddebugfs.c476 DRIVER_STATE_PRINT_INT(tx_blocks_available); in driver_state_read()