Searched refs:is_hvsock_channel (Results 1 – 3 of 3) sorted by relevance
177 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()557 if (is_hvsock_channel(newchannel) || is_sub_channel(newchannel)) in vmbus_process_offer()1056 clean_up_chan_for_suspend = is_hvsock_channel(channel) || in vmbus_onoffer_rescind()1128 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
843 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()1085 WARN_ON(!is_hvsock_channel(channel)); in vmbus_force_channel_rescinded()2148 if (!is_hvsock_channel(channel)) in vmbus_bus_suspend()2183 if (is_hvsock_channel(channel)) { in vmbus_bus_suspend()
937 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function