Searched refs:is_hvsock_channel (Results 1 – 2 of 2) sorted by relevance
818 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()1166 WARN_ON(!is_hvsock_channel(channel)); in vmbus_force_channel_rescinded()2419 if (!is_hvsock_channel(channel)) in vmbus_bus_suspend()2455 if (is_hvsock_channel(channel)) { in vmbus_bus_suspend()2517 if (is_hvsock_channel(channel)) in vmbus_bus_resume()
1090 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function