Home
last modified time | relevance | path

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

/drivers/net/hyperv/
Dnetvsc.c1472 net_device_ctx->vf_alloc = nvmsg->msg.v4_msg.vf_assoc.allocated; in netvsc_send_vf()
1475 if (net_device_ctx->vf_alloc) in netvsc_send_vf()
1480 net_device_ctx->vf_alloc ? "added" : "removed"); in netvsc_send_vf()
Dhyperv_net.h1037 u32 vf_alloc; member
Dnetvsc_drv.c2320 if (!ndev_ctx->vf_alloc) in get_netvsc_byslot()
2459 if (vf_is_up && !net_device_ctx->vf_alloc) { in netvsc_vf_changed()