Lines Matching refs:timer
112 struct hrtimer timer, thrtimer; member
444 if (bcm_tx_set_expiry(op, &op->timer)) in bcm_tx_start_timer()
445 hrtimer_start_expires(&op->timer, HRTIMER_MODE_ABS_SOFT); in bcm_tx_start_timer()
451 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
475 return bcm_tx_set_expiry(op, &op->timer) ? in bcm_tx_timeout_handler()
607 hrtimer_start(&op->timer, op->kt_ival1, HRTIMER_MODE_REL_SOFT); in bcm_rx_starttimer()
613 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_rx_timeout_handler()
714 hrtimer_cancel(&op->timer); in bcm_rx_handler()
806 hrtimer_cancel(&op->timer); in bcm_remove_op()
1061 hrtimer_setup(&op->timer, bcm_tx_timeout_handler, CLOCK_MONOTONIC, in bcm_tx_setup()
1082 hrtimer_cancel(&op->timer); in bcm_tx_setup()
1086 hrtimer_cancel(&op->timer); in bcm_tx_setup()
1224 hrtimer_setup(&op->timer, bcm_rx_timeout_handler, CLOCK_MONOTONIC, in bcm_rx_setup()
1244 hrtimer_cancel(&op->timer); in bcm_rx_setup()
1266 hrtimer_cancel(&op->timer); in bcm_rx_setup()
1278 hrtimer_start(&op->timer, op->kt_ival1, in bcm_rx_setup()