Home
last modified time | relevance | path

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

/linux/drivers/hv/
A Dchannel_mgmt.c195 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()
440 !is_hvsock_channel(channel)); in hv_process_channel_removal()
622 if (is_hvsock_channel(newchannel) || is_sub_channel(newchannel)) in vmbus_process_offer()
1183 clean_up_chan_for_suspend = is_hvsock_channel(channel) || in vmbus_onoffer_rescind()
1254 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
A Dvmbus_drv.c887 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()
1214 WARN_ON(!is_hvsock_channel(channel)); in vmbus_force_channel_rescinded()
2468 if (!is_hvsock_channel(channel)) in vmbus_bus_suspend()
2509 if (is_hvsock_channel(channel)) { in vmbus_bus_suspend()
/linux/include/linux/
A Dhyperv.h1047 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function

Completed in 16 milliseconds