Lines Matching defs:stp_dlen
139 u16 stp_dlen;
435 if (!bdev->stp_dlen && bdev->stp_cursor >= 6)
447 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) {
449 bdev->stp_dlen = be16_to_cpu(shdr->dlen) & 0x0fff;
452 if (shdr->prefix != 0x80 || bdev->stp_dlen > 2048) {
454 shdr->prefix, bdev->stp_dlen);
456 bdev->stp_dlen = 0;
465 *sz_h4 = min_t(int, count, bdev->stp_dlen);
468 bdev->stp_dlen -= *sz_h4;
576 bdev->stp_dlen = 0;
633 bdev->stp_dlen = 0;