Lines Matching defs:cca_timer
480 * called with cca_timer_lock held (to protect access to cca_timer
509 u16 ccti = ppd->cca_timer[i].ccti;
537 struct cca_timer *cca_timer;
545 cca_timer = container_of(t, struct cca_timer, hrtimer);
546 ppd = cca_timer->ppd;
547 sl = cca_timer->sl;
569 if (cca_timer->ccti > ccti_min) {
570 cca_timer->ccti--;
574 if (cca_timer->ccti > ccti_min) {
638 hrtimer_init(&ppd->cca_timer[i].hrtimer, CLOCK_MONOTONIC,
640 ppd->cca_timer[i].ppd = ppd;
641 ppd->cca_timer[i].sl = i;
642 ppd->cca_timer[i].ccti = 0;
643 ppd->cca_timer[i].hrtimer.function = cca_timer_fn;
1496 hrtimer_cancel(&ppd->cca_timer[i].hrtimer);