Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hv/
H A Dchannel_mgmt.c178 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()
410 !is_hvsock_channel(channel)); in hv_process_channel_removal()
585 if (is_hvsock_channel(newchannel) || is_sub_channel(newchannel)) in vmbus_process_offer()
1088 clean_up_chan_for_suspend = is_hvsock_channel(channel) || in vmbus_onoffer_rescind()
1159 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
H A Dvmbus_drv.c864 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()
1184 WARN_ON(!is_hvsock_channel(channel)); in vmbus_force_channel_rescinded()
2397 if (!is_hvsock_channel(channel)) in vmbus_bus_suspend()
2438 if (is_hvsock_channel(channel)) { in vmbus_bus_suspend()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhyperv.h993 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function