Searched refs:is_hvsock_channel (Results 1 – 3 of 3) sorted by relevance
206 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()451 !is_hvsock_channel(channel)); in hv_process_channel_removal()637 if (is_hvsock_channel(newchannel) || is_sub_channel(newchannel)) in vmbus_process_offer()1215 clean_up_chan_for_suspend = is_hvsock_channel(channel) || in vmbus_onoffer_rescind()1286 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
818 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()1166 WARN_ON(!is_hvsock_channel(channel)); in vmbus_force_channel_rescinded()2406 if (!is_hvsock_channel(channel)) in vmbus_bus_suspend()2447 if (is_hvsock_channel(channel)) { in vmbus_bus_suspend()
1099 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function
Completed in 16 milliseconds