Searched refs:ctx_irq (Results 1 – 1 of 1) sorted by relevance
1453 struct ice_vf_fdir_ctx *ctx_irq = timer_container_of(ctx_irq, t, in ice_vf_fdir_timer() local1461 fdir = container_of(ctx_irq, struct ice_vf_fdir, ctx_irq); in ice_vf_fdir_timer()1466 if (!(ctx_irq->flags & ICE_VF_FDIR_CTX_VALID)) { in ice_vf_fdir_timer()1472 ctx_irq->flags &= ~ICE_VF_FDIR_CTX_VALID; in ice_vf_fdir_timer()1475 ctx_done->conf = ctx_irq->conf; in ice_vf_fdir_timer()1477 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vf_fdir_timer()1496 struct ice_vf_fdir_ctx *ctx_irq; in ice_vc_fdir_irq_handler() local1507 ctx_irq = &fdir->ctx_irq; in ice_vc_fdir_irq_handler()1510 if (!(ctx_irq->flags & ICE_VF_FDIR_CTX_VALID)) { in ice_vc_fdir_irq_handler()1516 ctx_irq->flags &= ~ICE_VF_FDIR_CTX_VALID; in ice_vc_fdir_irq_handler()[all …]