Searched refs:vf_ops (Results 1 – 5 of 5) sorted by relevance
61 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 …]
144 const struct ice_vf_ops *vf_ops; member
590 vf->vf_ops->clear_reset_trigger(vf); in ice_start_vfs()821 vf->vf_ops = &ice_sriov_vf_ops; in ice_create_vf_entries()
251 const struct net_device_ops *vf_ops; in netvsc_ndoxdp_xmit() local272 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()
305 const struct net_device_ops *vf_ops = vf_netdev->netdev_ops; in netvsc_select_queue() local307 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()