Home
last modified time | relevance | path

Searched refs:unx_len (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Decpp.c3464 uint32_t unx_len, ecpp_reattempts = 0; in ecpp_softintr() local
3505 unx_len = pp->last_byte - pp->next_byte; in ecpp_softintr()
3508 (void *)pp->msg->b_rptr, unx_len); in ecpp_softintr()
3510 "ecpp_softintr:e1:unx_len=%d\n", unx_len); in ecpp_softintr()
3516 pp->next_byte, unx_len); in ecpp_softintr()
3518 "ecpp_softintr:e2:unx_len=%d\n", unx_len); in ecpp_softintr()
3616 size_t unx_len, xferd; in ecpp_xfer_timeout() local
3644 unx_len = pp->last_byte - pp->next_byte; in ecpp_xfer_timeout()
3645 ecpp_error(pp->dip, "xfer_timeout: unx_len=%d\n", unx_len); in ecpp_xfer_timeout()
3647 if (unx_len > 0) { in ecpp_xfer_timeout()
[all …]