Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dchannel_mgmt.c459 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
469 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
491 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
1098 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
H A Dvmbus_drv.c2754 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
2814 if (channel->offermsg.child_relid != INVALID_RELID) in vmbus_bus_resume()
/linux/include/linux/
H A Dhyperv.h467 #define INVALID_RELID U32_MAX macro