Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_synic.c125 if (ptinfo.hv_port_type != HV_PORT_TYPE_DOORBELL) { in mshv_doorbell_isr()
621 port_table_info->hv_port_type = HV_PORT_TYPE_DOORBELL; in mshv_register_doorbell()
631 port_info.port_type = HV_PORT_TYPE_DOORBELL; in mshv_register_doorbell()
644 connection_info.port_type = HV_PORT_TYPE_DOORBELL; in mshv_register_doorbell()
/linux/include/hyperv/
H A Dhvhdk.h475 HV_PORT_TYPE_DOORBELL = 4 /* Root Partition only */ enumerator