Home
last modified time | relevance | path

Searched refs:vf_ops (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c61 vf->vf_ops->free(vf); in ice_release_vf()
216 vf->vf_ops->clear_mbx_register(vf); in ice_trigger_vf_reset()
218 vf->vf_ops->trigger_reset_register(vf, is_vflr); in ice_trigger_vf_reset()
243 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()
247 vf->vf_ops->clear_reset_trigger(vf); in ice_vf_pre_vsi_rebuild()
564 vf->vf_ops->post_vsi_rebuild(vf); in ice_vf_post_vsi_rebuild()
779 if (!vf->vf_ops->poll_reset_status(vf)) { in ice_reset_all_vfs()
930 NULL, vf->vf_ops->reset_type, vf->vf_id, NULL); in ice_reset_vf()
935 rsd = vf->vf_ops->poll_reset_status(vf); in ice_reset_vf()
[all …]
H A Dice_vf_lib.h144 const struct ice_vf_ops *vf_ops; member
H A Dice_sriov.c590 vf->vf_ops->clear_reset_trigger(vf); in ice_start_vfs()
821 vf->vf_ops = &ice_sriov_vf_ops; in ice_create_vf_entries()
/linux/drivers/net/hyperv/
H A Dnetvsc_bpf.c251 const struct net_device_ops *vf_ops; in netvsc_ndoxdp_xmit() local
272 vf_ops = vf_netdev->netdev_ops; in netvsc_ndoxdp_xmit()
273 return vf_ops->ndo_xdp_xmit(vf_netdev, n, frames, flags); in netvsc_ndoxdp_xmit()
H A Dnetvsc_drv.c305 const struct net_device_ops *vf_ops = vf_netdev->netdev_ops; in netvsc_select_queue() local
307 if (vf_ops->ndo_select_queue) in netvsc_select_queue()
308 txq = vf_ops->ndo_select_queue(vf_netdev, skb, sb_dev); in netvsc_select_queue()