Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
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()
244 if (vf->vf_ops->irq_close) in ice_vf_pre_vsi_rebuild()
245 vf->vf_ops->irq_close(vf); in ice_vf_pre_vsi_rebuild()
248 vf->vf_ops->clear_reset_trigger(vf); in ice_vf_pre_vsi_rebuild()
565 vf->vf_ops->post_vsi_rebuild(vf); in ice_vf_post_vsi_rebuild()
780 if (!vf->vf_ops->poll_reset_status(vf)) { in ice_reset_all_vfs()
920 NULL, vf->vf_ops->reset_type, vf->vf_id, NULL); in ice_reset_vf()
925 rsd = vf->vf_ops->poll_reset_status(vf); in ice_reset_vf()
[all …]
A Dice_vf_lib.h152 const struct ice_vf_ops *vf_ops; member
A Dice_sriov.c478 vf->vf_ops->clear_reset_trigger(vf); in ice_start_vfs()
709 vf->vf_ops = &ice_sriov_vf_ops; in ice_create_vf_entries()
/drivers/net/hyperv/
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()
A Dnetvsc_drv.c306 const struct net_device_ops *vf_ops = vf_netdev->netdev_ops; in netvsc_select_queue() local
308 if (vf_ops->ndo_select_queue) in netvsc_select_queue()
309 txq = vf_ops->ndo_select_queue(vf_netdev, skb, sb_dev); in netvsc_select_queue()

Completed in 15 milliseconds