Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
1073 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
H A Dvmbus_drv.c2426 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
/openbmc/linux/include/linux/
H A Dhyperv.h513 #define INVALID_RELID U32_MAX macro