Searched refs:ctx_done (Results 1 – 2 of 2) sorted by relevance
1341 struct ice_vf_fdir_ctx *ctx_done; in ice_vf_fdir_timer() local1349 ctx_done = &fdir->ctx_done; in ice_vf_fdir_timer()1360 ctx_done->flags |= ICE_VF_FDIR_CTX_VALID; in ice_vf_fdir_timer()1361 ctx_done->conf = ctx_irq->conf; in ice_vf_fdir_timer()1362 ctx_done->stat = ICE_FDIR_CTX_TIMEOUT; in ice_vf_fdir_timer()1363 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vf_fdir_timer()1381 struct ice_vf_fdir_ctx *ctx_done; in ice_vc_fdir_irq_handler() local1392 ctx_done = &fdir->ctx_done; in ice_vc_fdir_irq_handler()1404 ctx_done->flags |= ICE_VF_FDIR_CTX_VALID; in ice_vc_fdir_irq_handler()1405 ctx_done->conf = ctx_irq->conf; in ice_vc_fdir_irq_handler()[all …]
39 struct ice_vf_fdir_ctx ctx_done; member