Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhyperv.h1092 static inline bool is_hvsock_offer(const struct vmbus_channel_offer_channel *o) in is_hvsock_offer() function
1099 return is_hvsock_offer(&c->offermsg); in is_hvsock_channel()
/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c1006 if (is_hvsock_offer(offer)) in vmbus_is_valid_offer()