Home | History | Annotate | Download | only in hw

Lines Matching full:len_total

68         int len_cur, len_total;
1008 if (ch->len_total)
1016 if (ch->len_total || len < 6)
1021 ch->len_total = le16_to_cpup((void *) (hdr->data + 2));
1022 if (len >= 6 + ch->len_total)
1030 if (!ch->len_total || ch->len_cur + len - 4 < ch->len_total)
1036 return ch->params.sdu_in(ch->params.opaque, ch->sdu, ch->len_total);
1039 if (!ch->len_total || ch->len_cur + len - 4 >= ch->len_total)
1052 ch->len_total = 0;