Home
last modified time | relevance | path

Searched refs:tx_locked_cnt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dqueue.h36 int tx_locked_cnt; member
H A Dqueue.c29 if (queue->tx_locked_cnt++ == 0) { in __cw1200_queue_lock()
39 BUG_ON(!queue->tx_locked_cnt); in __cw1200_queue_unlock()
40 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()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds