Home
last modified time | relevance | path

Searched refs:queue_stop_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1301 atomic_t queue_stop_count[4]; member
2268 if (atomic_dec_return(&il->queue_stop_count[ac]) <= 0) in _il_wake_queue()
2275 if (atomic_inc_return(&il->queue_stop_count[ac]) > 0) in _il_stop_queue()
H A Ddebug.c851 atomic_read(&il->queue_stop_count[cnt])); in il_dbgfs_tx_queue_read()
H A D4965-mac.c5230 atomic_set(&il->queue_stop_count[i], 0); in il4965_alive_notify()