Home
last modified time | relevance | path

Searched refs:rx_tmr (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.h18 struct timer_list rx_tmr; member
H A Dice_virtchnl_fdir.c1453 struct ice_vf_fdir_ctx *ctx_irq = from_timer(ctx_irq, t, rx_tmr); in ice_vf_fdir_timer()
1524 ret = timer_delete(&ctx_irq->rx_tmr); in ice_vc_fdir_irq_handler()
1901 timer_setup(&ctx->rx_tmr, ice_vf_fdir_timer, 0); in ice_vc_fdir_set_irq_ctx()
1903 mod_timer(&ctx->rx_tmr, round_jiffies(msecs_to_jiffies(10) + jiffies)); in ice_vc_fdir_set_irq_ctx()
1919 timer_delete(&ctx->rx_tmr); in ice_vc_fdir_clear_irq_ctx()