Searched refs:rx_tmr (Results 1 – 2 of 2) sorted by relevance
18 struct timer_list rx_tmr; member
1252 struct ice_vf_fdir_ctx *ctx_irq = from_timer(ctx_irq, t, rx_tmr); in ice_vf_fdir_timer()1323 ret = del_timer(&ctx_irq->rx_tmr); in ice_vc_fdir_irq_handler()1678 timer_setup(&ctx->rx_tmr, ice_vf_fdir_timer, 0); in ice_vc_fdir_set_irq_ctx()1680 mod_timer(&ctx->rx_tmr, round_jiffies(msecs_to_jiffies(10) + jiffies)); in ice_vc_fdir_set_irq_ctx()1696 del_timer(&ctx->rx_tmr); in ice_vc_fdir_clear_irq_ctx()