Searched refs:ctx_done (Results 1 – 2 of 2) sorted by relevance
1526 struct ice_vf_fdir_ctx *ctx_done; in ice_vf_fdir_timer() local1534 ctx_done = &fdir->ctx_done; in ice_vf_fdir_timer()1545 ctx_done->flags |= ICE_VF_FDIR_CTX_VALID; in ice_vf_fdir_timer()1546 ctx_done->conf = ctx_irq->conf; in ice_vf_fdir_timer()1547 ctx_done->stat = ICE_FDIR_CTX_TIMEOUT; in ice_vf_fdir_timer()1548 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vf_fdir_timer()1565 struct ice_vf_fdir_ctx *ctx_done; in ice_vc_fdir_irq_handler() local1576 ctx_done = &fdir->ctx_done; in ice_vc_fdir_irq_handler()1588 ctx_done->flags |= ICE_VF_FDIR_CTX_VALID; in ice_vc_fdir_irq_handler()1589 ctx_done->conf = ctx_irq->conf; in ice_vc_fdir_irq_handler()[all …]
38 struct ice_vf_fdir_ctx ctx_done; member