Lines Matching defs:log
352 struct b43_txstatus_log *log = &dev->dfsentry->txstatlog;
357 if (log->end < 0) {
365 i = log->end + 1;
370 stat = &(log->log[i]);
385 if (i == log->end)
672 struct b43_txstatus_log *log;
682 log = &e->txstatlog;
683 log->log = kcalloc(B43_NR_LOGGED_TXSTATUS,
685 if (!log->log) {
690 log->end = -1;
740 kfree(e->txstatlog.log);
748 struct b43_txstatus_log *log;
754 log = &e->txstatlog;
755 i = log->end + 1;
758 log->end = i;
759 cur = &(log->log[i]);