Searched refs:vmbus_prep_negotiate_resp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_util.c | 206 if (vmbus_prep_negotiate_resp(icmsghdrp, shut_txf_buf, in shutdown_onchannelcallback() 411 if (vmbus_prep_negotiate_resp(icmsghdrp, time_txf_buf, in timesync_onchannelcallback() 475 if (vmbus_prep_negotiate_resp(icmsghdrp, in heartbeat_onchannelcallback()
|
H A D | hv_fcopy.c | 246 if (vmbus_prep_negotiate_resp(icmsghdr, recv_buffer, in hv_fcopy_onchannelcallback()
|
H A D | hv_snapshot.c | 309 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()
|
H A D | channel_mgmt.c | 190 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message 205 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, in vmbus_prep_negotiate_resp() function 306 EXPORT_SYMBOL_GPL(vmbus_prep_negotiate_resp); variable
|
H A D | hv_kvp.c | 673 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_util.c | 215 if (vmbus_prep_negotiate_resp(icmsghdrp, in shutdown_onchannelcallback() 432 if (vmbus_prep_negotiate_resp(icmsghdrp, in timesync_onchannelcallback() 518 if (vmbus_prep_negotiate_resp(icmsghdrp, in heartbeat_onchannelcallback()
|
H A D | hv_fcopy.c | 257 if (vmbus_prep_negotiate_resp(icmsghdr, in hv_fcopy_onchannelcallback()
|
H A D | hv_snapshot.c | 322 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()
|
H A D | channel_mgmt.c | 209 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message 225 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, in vmbus_prep_negotiate_resp() function 338 EXPORT_SYMBOL_GPL(vmbus_prep_negotiate_resp); variable
|
H A D | hv_kvp.c | 683 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 1551 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 1635 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, u32 buflen,
|
Completed in 15 milliseconds