Lines Matching refs:thrtimer
104 struct hrtimer timer, thrtimer; member
457 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send()
468 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send()
625 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
737 hrtimer_active(&op->thrtimer)) { in bcm_remove_op()
738 hrtimer_cancel(&op->thrtimer); in bcm_remove_op()
978 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in bcm_tx_setup()
1150 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in bcm_rx_setup()
1151 op->thrtimer.function = bcm_rx_thr_handler; in bcm_rx_setup()
1171 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
1201 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()