callout_reset_curcpu
callout_reset_curcpu(&sq->cev_callout, hz, mlx5e_sq_cev_timeout, sq);
callout_reset_curcpu(&rq->watchdog, 1, (void *)&mlx5e_post_rx_wqes, rq);
callout_reset_curcpu(&rxq->refill_callout, rxq->refill_delay,
callout_reset_curcpu(&rxq->rx_refill, hz/10,
callout_reset_curcpu(&rxq->ifr_watchdog, 1, &_task_fn_rx_watchdog, rxq);