Searched refs:negop (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/hv/ |
D | channel_mgmt.c | 55 struct icmsg_negotiate *negop, u8 *buf, in vmbus_prep_negotiate_resp() argument 72 negop = (struct icmsg_negotiate *)&buf[ in vmbus_prep_negotiate_resp() 76 icframe_major = negop->icframe_vercnt; in vmbus_prep_negotiate_resp() 79 icmsg_major = negop->icmsg_vercnt; in vmbus_prep_negotiate_resp() 87 for (i = 0; i < negop->icframe_vercnt; i++) { in vmbus_prep_negotiate_resp() 88 if ((negop->icversion_data[i].major == fw_major) && in vmbus_prep_negotiate_resp() 89 (negop->icversion_data[i].minor == fw_minor)) { in vmbus_prep_negotiate_resp() 90 icframe_major = negop->icversion_data[i].major; in vmbus_prep_negotiate_resp() 91 icframe_minor = negop->icversion_data[i].minor; in vmbus_prep_negotiate_resp() 101 for (i = negop->icframe_vercnt; in vmbus_prep_negotiate_resp() [all …]
|
D | hv_util.c | 113 struct icmsg_negotiate *negop = NULL; in shutdown_onchannelcallback() local 123 vmbus_prep_negotiate_resp(icmsghdrp, negop, in shutdown_onchannelcallback() 241 struct icmsg_negotiate *negop = NULL; in timesync_onchannelcallback() local 251 vmbus_prep_negotiate_resp(icmsghdrp, negop, in timesync_onchannelcallback() 284 struct icmsg_negotiate *negop = NULL; in heartbeat_onchannelcallback() local 294 vmbus_prep_negotiate_resp(icmsghdrp, negop, in heartbeat_onchannelcallback()
|
D | hv_snapshot.c | 239 struct icmsg_negotiate *negop = NULL; in hv_vss_onchannelcallback() local 259 vmbus_prep_negotiate_resp(icmsghdrp, negop, in hv_vss_onchannelcallback()
|
D | hv_fcopy.c | 226 struct icmsg_negotiate *negop = NULL; in hv_fcopy_onchannelcallback() local 250 vmbus_prep_negotiate_resp(icmsghdr, negop, recv_buffer, in hv_fcopy_onchannelcallback()
|
D | hv_kvp.c | 595 struct icmsg_negotiate *negop = NULL; in hv_kvp_onchannelcallback() local 635 vmbus_prep_negotiate_resp(icmsghdrp, negop, in hv_kvp_onchannelcallback()
|