Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dqueue.h36 int tx_locked_cnt; member
H A Dqueue.c30 if (queue->tx_locked_cnt++ == 0) { in __cw1200_queue_lock()
40 BUG_ON(!queue->tx_locked_cnt); in __cw1200_queue_unlock()
41 if (--queue->tx_locked_cnt == 0) { in __cw1200_queue_unlock()
H A Ddebug.c78 seq_printf(seq, " locked: %s\n", q->tx_locked_cnt ? "yes" : "no"); in cw1200_queue_status_show()