Lines Matching refs:stp_dlen
139 u16 stp_dlen; member
432 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) in mtk_stp_split()
444 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) { in mtk_stp_split()
446 bdev->stp_dlen = be16_to_cpu(shdr->dlen) & 0x0fff; in mtk_stp_split()
449 if (shdr->prefix != 0x80 || bdev->stp_dlen > 2048) { in mtk_stp_split()
451 shdr->prefix, bdev->stp_dlen); in mtk_stp_split()
453 bdev->stp_dlen = 0; in mtk_stp_split()
462 *sz_h4 = min_t(int, count, bdev->stp_dlen); in mtk_stp_split()
465 bdev->stp_dlen -= *sz_h4; in mtk_stp_split()
578 bdev->stp_dlen = 0; in btmtkuart_open()
635 bdev->stp_dlen = 0; in btmtkuart_flush()