Home
last modified time | relevance | path

Searched refs:irq_close (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h71 void (*irq_close)(struct ice_vf *vf); member
H A Dice_vf_lib.c243 if (vf->vf_ops->irq_close) in ice_vf_pre_vsi_rebuild()
244 vf->vf_ops->irq_close(vf); in ice_vf_pre_vsi_rebuild()
H A Dice_sriov.c780 .irq_close = NULL,