Lines Matching defs:len
15 return pv->put_chars(pv->termno, (char *)packet, packet->len);
30 q.hdr.len = sizeof(struct hvsi_query);
42 ctrl.hdr.len = sizeof(struct hvsi_control);
98 r.hdr.len = sizeof(struct hvsi_query_response);
123 u8 len, type;
133 len = pv->inbuf[1];
136 if (pv->inbuf_len < len)
139 pr_devel("HVSI@%x: Got packet type %x len %d bytes:\n",
140 pv->termno, type, len);
145 pv->inbuf_pktlen = len - 4;
160 pv->inbuf_len -= len;
161 memmove(pv->inbuf, &pv->inbuf[len], pv->inbuf_len);
240 dp.hdr.len = adjcount + sizeof(struct hvsi_header);
267 q.hdr.len = sizeof(struct hvsi_query);
305 ctrl.hdr.len = sizeof(struct hvsi_control);