Home
last modified time | relevance | path

Searched refs:HVMSG_NONE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hv/
H A Dmshv_vtl_main.c307 if (message_type != HVMSG_NONE) in mshv_vtl_vmbus_isr()
650 if (message_type == HVMSG_NONE) in mshv_vtl_process_intercept()
881 if (message_type == HVMSG_NONE) in mshv_vtl_read_remote()
900 if (msg.header.message_type != HVMSG_NONE) in mshv_vtl_sint_read()
H A Dmshv_synic.c420 if (msg->header.message_type == HVMSG_NONE) in mshv_isr()
439 msg->header.message_type = HVMSG_NONE; in mshv_isr()
H A Dhyperv_vmbus.h375 &old_msg_type, HVMSG_NONE)) in vmbus_signal_eom()
H A Dchannel_mgmt.c870 if (message_type == HVMSG_NONE) in vmbus_wait_for_unload()
908 msg->header.message_type = HVMSG_NONE; in vmbus_wait_for_unload()
H A Dvmbus_drv.c1089 if (message_type == HVMSG_NONE) in __vmbus_on_msg_dpc()
1336 if (msg->header.message_type != HVMSG_NONE) { in vmbus_message_sched()
/linux/include/hyperv/
H A Dhvgdk_mini.h712 HVMSG_NONE = 0x00000000, enumerator