Searched refs:channel_init_wait (Results 1 – 3 of 3) sorted by relevance
288 t = wait_for_completion_timeout(&net_device->channel_init_wait, 5*HZ); in netvsc_init_buf()373 t = wait_for_completion_timeout(&net_device->channel_init_wait, 5*HZ); in netvsc_init_buf()444 t = wait_for_completion_timeout(&net_device->channel_init_wait, 5*HZ); in negotiate_nvsp_ver()636 complete(&net_device->channel_init_wait); in netvsc_send_completion()1236 init_completion(&net_device->channel_init_wait); in netvsc_device_add()
995 complete(&nvscdev->channel_init_wait); in netvsc_sc_open()1164 t = wait_for_completion_timeout(&net_device->channel_init_wait, 5*HZ); in rndis_filter_device_add()1188 t = wait_for_completion_timeout(&net_device->channel_init_wait, 10*HZ); in rndis_filter_device_add()
687 struct completion channel_init_wait; member