Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c1253 struct ice_vf_fdir_ctx *ctx_done; in ice_vf_fdir_timer() local
1261 ctx_done = &fdir->ctx_done; in ice_vf_fdir_timer()
1272 ctx_done->flags |= ICE_VF_FDIR_CTX_VALID; in ice_vf_fdir_timer()
1273 ctx_done->conf = ctx_irq->conf; in ice_vf_fdir_timer()
1274 ctx_done->stat = ICE_FDIR_CTX_TIMEOUT; in ice_vf_fdir_timer()
1275 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vf_fdir_timer()
1293 struct ice_vf_fdir_ctx *ctx_done; in ice_vc_fdir_irq_handler() local
1304 ctx_done = &fdir->ctx_done; in ice_vc_fdir_irq_handler()
1316 ctx_done->flags |= ICE_VF_FDIR_CTX_VALID; in ice_vc_fdir_irq_handler()
1317 ctx_done->conf = ctx_irq->conf; in ice_vc_fdir_irq_handler()
[all …]
Dice_virtchnl_fdir.h39 struct ice_vf_fdir_ctx ctx_done; member