Lines Matching defs:hrtimer
46 #include <linux/hrtimer.h>
109 struct hrtimer timer, thrtimer;
379 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt)
401 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer)
403 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
559 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer)
561 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
625 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer)
627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer);
630 hrtimer_forward_now(hrtimer, op->kt_ival2);