Searched refs:vf_ops (Results 1 – 4 of 4) 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() 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() 925 NULL, vf->vf_ops->reset_type, vf->vf_id, NULL); in ice_reset_vf() 930 rsd = vf->vf_ops in ice_reset_vf() [all...]
478 vf->vf_ops->clear_reset_trigger(vf); in ice_start_vfs()709 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()
306 const struct net_device_ops *vf_ops = vf_netdev->netdev_ops; in netvsc_select_queue() local308 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()