HomeSort by: relevance | last modified time | path
    Searched refs:axq_timer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athvar.h 165 u_int axq_timer; /* transmit timeout */ member in struct:ath_txq
171 (_tq)->axq_timer = 5; \
176 (_tq)->axq_timer = 0; \
ath.c 5284 if (axq->axq_timer == 0)
5286 else if (--axq->axq_timer == 0) {

Completed in 18 milliseconds