Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3466 uint32_t unx_len, ecpp_reattempts = 0; in ecpp_softintr() local
3510 (void *)pp->msg->b_rptr, unx_len); in ecpp_softintr()
3518 pp->next_byte, unx_len); in ecpp_softintr()
3618 size_t unx_len, xferd; in ecpp_xfer_timeout() local
3646 unx_len = pp->last_byte - pp->next_byte; in ecpp_xfer_timeout()
3649 if (unx_len > 0) { in ecpp_xfer_timeout()
3681 if (unx_len == 0) { in ecpp_xfer_timeout()
3688 unx_len = pp->resid; in ecpp_xfer_timeout()
3698 (pp->xfercnt - unx_len); in ecpp_xfer_timeout()
4627 size_t xfer_len, unx_len; in ecpp_ecp_read_completion() local
[all …]