Searched refs:vmbus_prep_negotiate_resp (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/hv/ |
D | hv_util.c | 146 if (vmbus_prep_negotiate_resp(icmsghdrp, shut_txf_buf, in shutdown_onchannelcallback() 294 if (vmbus_prep_negotiate_resp(icmsghdrp, time_txf_buf, in timesync_onchannelcallback() 358 if (vmbus_prep_negotiate_resp(icmsghdrp, in heartbeat_onchannelcallback()
|
D | hv_fcopy.c | 245 if (vmbus_prep_negotiate_resp(icmsghdr, recv_buffer, in hv_fcopy_onchannelcallback()
|
D | hv_snapshot.c | 308 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()
|
D | channel_mgmt.c | 204 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, in vmbus_prep_negotiate_resp() function 305 EXPORT_SYMBOL_GPL(vmbus_prep_negotiate_resp);
|
D | hv_kvp.c | 672 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()
|
/Linux-v5.4/include/linux/ |
D | hyperv.h | 1493 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf,
|