Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hv/
Dchannel_mgmt.c197 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()
442 !is_hvsock_channel(channel)); in hv_process_channel_removal()
628 if (is_hvsock_channel(newchannel) || is_sub_channel(newchannel)) in vmbus_process_offer()
1206 clean_up_chan_for_suspend = is_hvsock_channel(channel) || in vmbus_onoffer_rescind()
1277 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
Dvmbus_drv.c828 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()
1176 WARN_ON(!is_hvsock_channel(channel)); in vmbus_force_channel_rescinded()
2386 if (!is_hvsock_channel(channel)) in vmbus_bus_suspend()
2427 if (is_hvsock_channel(channel)) { in vmbus_bus_suspend()
/linux-6.6.21/include/linux/
Dhyperv.h1076 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function