Home | History | Annotate | Download | only in hyperv

Lines Matching defs:rc_cmplen

121 	uint32_t			rc_cmplen;
4064 rc->rc_cmplen = sizeof(*cmp);
4863 if (len < rc->rc_cmplen)
4867 memcpy(&rc->rc_cmp, buf, rc->rc_cmplen);
4868 if (len > rc->rc_cmplen &&
4869 len - rc->rc_cmplen > HVN_RNDIS_BUFSIZE)
4872 else if (len > rc->rc_cmplen)
4873 memcpy(&rc->rc_cmpbuf, buf + rc->rc_cmplen,
4874 len - rc->rc_cmplen);
4986 rc->rc_cmplen = sizeof(*cmp);
5041 rc->rc_cmplen = sizeof(*cmp);