Home
last modified time | relevance | path

Searched refs:is_hvsock_channel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hv/
H A Dvmbus_drv.c818 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()
/linux/include/linux/
H A Dhyperv.h1090 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function