Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dwl12xx.h358 u32 tx_allocated_blocks; member
Dtx.c227 wl->tx_allocated_blocks += total_blocks; in wl1271_tx_allocate()
230 if (wl->tx_allocated_blocks == total_blocks) in wl1271_tx_allocate()
Dmain.c561 if (wl->tx_allocated_blocks == 0) in wl12xx_rearm_tx_watchdog_locked()
583 if (unlikely(wl->tx_allocated_blocks == 0)) in wl12xx_tx_watchdog_work()
821 wl->tx_allocated_blocks -= freed_blocks; in wl12xx_fw_status()
829 if (wl->tx_allocated_blocks) in wl12xx_fw_status()
835 avail = le32_to_cpu(status->tx_total) - wl->tx_allocated_blocks; in wl12xx_fw_status()
1893 wl->tx_allocated_blocks = 0; in wl1271_op_stop()
Ddebugfs.c511 DRIVER_STATE_PRINT_INT(tx_allocated_blocks); in driver_state_read()