Searched refs:ctx_irq (Results 1 – 3 of 3) sorted by relevance
1252 struct ice_vf_fdir_ctx *ctx_irq = from_timer(ctx_irq, t, rx_tmr); in ice_vf_fdir_timer() local1259 fdir = container_of(ctx_irq, struct ice_vf_fdir, ctx_irq); in ice_vf_fdir_timer()1264 if (!(ctx_irq->flags & ICE_VF_FDIR_CTX_VALID)) { in ice_vf_fdir_timer()1270 ctx_irq->flags &= ~ICE_VF_FDIR_CTX_VALID; in ice_vf_fdir_timer()1273 ctx_done->conf = ctx_irq->conf; in ice_vf_fdir_timer()1275 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vf_fdir_timer()1294 struct ice_vf_fdir_ctx *ctx_irq; in ice_vc_fdir_irq_handler() local1305 ctx_irq = &fdir->ctx_irq; in ice_vc_fdir_irq_handler()1308 if (!(ctx_irq->flags & ICE_VF_FDIR_CTX_VALID)) { in ice_vc_fdir_irq_handler()1314 ctx_irq->flags &= ~ICE_VF_FDIR_CTX_VALID; in ice_vc_fdir_irq_handler()[all …]
38 struct ice_vf_fdir_ctx ctx_irq; member
1291 u64 *ctx_irq, *glb_irq; in arm_smmu_init_resources() local1310 ctx_irq = ACPI_ADD_PTR(u64, node, smmu->context_interrupt_offset); in arm_smmu_init_resources()1312 hw_irq = IORT_IRQ_MASK(ctx_irq[i]); in arm_smmu_init_resources()1313 trigger = IORT_IRQ_TRIGGER_MASK(ctx_irq[i]); in arm_smmu_init_resources()