Home
last modified time | relevance | path

Searched refs:VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/hid/
H A Dhid-hyperv.c231 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in mousevsc_on_receive_device_info()
354 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in mousevsc_connect_to_vsp()
/linux-6.15/drivers/net/hyperv/
H A Dnetvsc.c62 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in netvsc_switch_datapath()
395 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in netvsc_init_buf()
497 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in netvsc_init_buf()
573 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in negotiate_nvsp_ver()
1159 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in netvsc_send_pkt()
H A Drndis_filter.c1299 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in rndis_set_subchannel()
/linux-6.15/drivers/pci/controller/
H A Dpci-hyperv.c1450 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_read_config_block()
1539 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_write_config_block()
1956 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_compose_msi_msg()
2493 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in new_pcichild_device()
3129 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_pci_protocol_negotiation()
3349 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_pci_enter_d0()
3517 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_send_resources_allocated()
3863 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_pci_bus_exit()
/linux-6.15/drivers/scsi/
H A Dstorvsc_drv.c764 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in handle_multichannel_storage()
832 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in storvsc_execute_vstor_op()
1560 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in storvsc_do_io()
1667 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in storvsc_host_reset_handler()
/linux-6.15/drivers/input/serio/
H A Dhyperv-keyboard.c273 VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED); in hv_kbd_connect_to_vsp()
/linux-6.15/drivers/hv/
H A Dring_buffer.c337 if (desc->flags == VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED) { in hv_ringbuffer_write()
H A Dchannel.c1100 desc->flags = VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED; in vmbus_sendpacket_mpb_desc()
/linux-6.15/include/linux/
H A Dhyperv.h423 #define VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED 1 macro