Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c189 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid)) in hv_get_dev_type()
956 BUG_ON(!is_hvsock_channel(channel)); in vmbus_hvsock_device_unregister()
Dvmbus_drv.c708 if (is_hvsock_channel(hv_dev->channel)) in vmbus_match()
/Linux-v4.19/include/linux/
Dhyperv.h909 static inline bool is_hvsock_channel(const struct vmbus_channel *c) in is_hvsock_channel() function