Lines Matching defs:unx_len
3464 uint32_t unx_len, ecpp_reattempts = 0;
3505 unx_len = pp->last_byte - pp->next_byte;
3508 (void *)pp->msg->b_rptr, unx_len);
3510 "ecpp_softintr:e1:unx_len=%d\n", unx_len);
3516 pp->next_byte, unx_len);
3518 "ecpp_softintr:e2:unx_len=%d\n", unx_len);
3616 size_t unx_len, xferd;
3644 unx_len = pp->last_byte - pp->next_byte;
3645 ecpp_error(pp->dip, "xfer_timeout: unx_len=%d\n", unx_len);
3647 if (unx_len > 0) {
3662 if (ECPP_DMA_STOP(pp, &unx_len) == FAILURE) {
3667 ecpp_error(pp->dip, "xfer_timeout: unx_len=%d\n", unx_len);
3679 if (unx_len == 0) {
3684 xferd = pp->dma_cookie.dmac_size - unx_len;
3686 unx_len = pp->resid;
3693 unx_addr = (caddr_t)pp->msg->b_wptr - unx_len;
3696 (pp->xfercnt - unx_len);
3703 ecpp_putback_untransfered(pp, (caddr_t)unx_addr, unx_len);
4625 size_t xfer_len, unx_len;
4636 if (ECPP_DMA_STOP(pp, &unx_len) == FAILURE) {
4637 unx_len = pp->resid;
4642 xfer_len = pp->resid - unx_len; /* how much data was transferred */