Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dnetvsc.c87 wait_for_completion(&nv_dev->channel_init_wait); in netvsc_switch_datapath()
143 init_completion(&net_device->channel_init_wait); in alloc_net_device()
402 wait_for_completion(&net_device->channel_init_wait); in netvsc_init_buf()
504 wait_for_completion(&net_device->channel_init_wait); in netvsc_init_buf()
578 wait_for_completion(&net_device->channel_init_wait); in negotiate_nvsp_ver()
841 complete(&net_device->channel_init_wait); in netvsc_send_completion()
927 complete(&net_device->channel_init_wait); in netvsc_send_completion()
H A Dhyperv_net.h1175 struct completion channel_init_wait; member
H A Drndis_filter.c1234 * new device is being setup and waiting on the channel_init_wait. in netvsc_sc_open()
1305 wait_for_completion(&nvdev->channel_init_wait); in rndis_set_subchannel()