Lines Matching refs:stp_dlen
79 u16 stp_dlen; member
302 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) in mtk_stp_split()
314 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) { in mtk_stp_split()
316 bdev->stp_dlen = be16_to_cpu(shdr->dlen) & 0x0fff; in mtk_stp_split()
319 if (shdr->prefix != 0x80 || bdev->stp_dlen > 2048) { in mtk_stp_split()
321 shdr->prefix, bdev->stp_dlen); in mtk_stp_split()
323 bdev->stp_dlen = 0; in mtk_stp_split()
332 *sz_h4 = min_t(int, count, bdev->stp_dlen); in mtk_stp_split()
335 bdev->stp_dlen -= *sz_h4; in mtk_stp_split()
443 bdev->stp_dlen = 0; in btmtkuart_open()
498 bdev->stp_dlen = 0; in btmtkuart_flush()