Searched refs:is_hvsock_channel (Results 1 – 3 of 3) sorted by relevance
189 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()956 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
708 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()
909 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function