Home | History | Annotate | Download | only in hw

Lines Matching refs:in_len

41     int in_len;
192 s->in_len - sizeof(struct hci_command_hdr) - 1);
202 s->hci->cmd_send(s->hci, pkt, s->in_len - 1);
209 s->hci->acl_send(s->hci, pkt, s->in_len - 1);
213 s->hci->sco_send(s->hci, pkt, s->in_len - 1);
302 int plen = s->in_len;
307 s->in_len += len;
311 if (s->in_len >= 2 && plen < 2)
314 if (s->in_len >= s->in_hdr && plen < s->in_hdr)
317 if (s->in_len >= s->in_data) {
320 memmove(s->inpkt, s->inpkt + s->in_len, s->in_len - s->in_data);
321 s->in_len -= s->in_data;
391 s->in_len = 0;