Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/cw1200/
Dqueue.c119 if (queue->overfull) { in __cw1200_queue_gc()
121 queue->overfull = false; in __cw1200_queue_gc()
229 if (queue->overfull) { in cw1200_queue_clear()
230 queue->overfull = false; in cw1200_queue_clear()
319 if (queue->overfull == false && in cw1200_queue_put()
322 queue->overfull = true; in cw1200_queue_put()
480 if (queue->overfull && in cw1200_queue_remove()
482 queue->overfull = false; in cw1200_queue_remove()
Dqueue.h41 bool overfull; member
Ddebug.c82 seq_printf(seq, " overfull: %s\n", q->overfull ? "yes" : "no"); in cw1200_queue_status_show()