Searched refs:icframe_major (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hv/
H A Dchannel_mgmt.c230 int icframe_major, icframe_minor; local
247 icframe_major = negop->icframe_vercnt;
254 if (icframe_major > IC_VERSION_NEGOTIATION_MAX_VER_COUNT ||
256 ICMSG_NEGOTIATE_PKT_SIZE(icframe_major, icmsg_major) > buflen) {
257 pr_err_ratelimited("Invalid icmsg negotiate - icframe_major: %u, icmsg_major: %u\n",
258 icframe_major, icmsg_major);
274 icframe_major = negop->icversion_data[j].major;
327 *nego_fw_version = (icframe_major << 16) | icframe_minor;
332 negop->icversion_data[0].major = icframe_major;

Completed in 222 milliseconds