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)
682 struct b43_txstatus_log *log;
692 log = &e->txstatlog;
693 log->log = kcalloc(B43_NR_LOGGED_TXSTATUS,
695 if (!log->log) {
700 log->end = -1;
764 kfree(e->txstatlog.log);
772 struct b43_txstatus_log *log;
778 log = &e->txstatlog;
779 i = log->end + 1;
782 log->end = i;
783 cur = &(log->log[i]);