Searched refs:vmbus_prep_negotiate_resp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/hv/ |
D | hv_util.c | 157 if (vmbus_prep_negotiate_resp(icmsghdrp, shut_txf_buf, in shutdown_onchannelcallback() 305 if (vmbus_prep_negotiate_resp(icmsghdrp, time_txf_buf, in timesync_onchannelcallback() 369 if (vmbus_prep_negotiate_resp(icmsghdrp, in heartbeat_onchannelcallback()
|
D | hv_fcopy.c | 255 if (vmbus_prep_negotiate_resp(icmsghdr, recv_buffer, in hv_fcopy_onchannelcallback()
|
D | hv_snapshot.c | 319 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()
|
D | channel_mgmt.c | 221 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, in vmbus_prep_negotiate_resp() function 322 EXPORT_SYMBOL_GPL(vmbus_prep_negotiate_resp);
|
D | hv_kvp.c | 652 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()
|
/Linux-v4.19/include/linux/ |
D | hyperv.h | 1440 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf,
|