Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c91 uint32_t dmacnt);
2594 hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp, uint32_t dmacnt) in hci1394_alloc_xfer_ctl() argument
2607 (sizeof (hci1394_xfer_ctl_t) + (dmacnt - 1) * in hci1394_alloc_xfer_ctl()
2620 sizeof (hci1394_xfer_ctl_t) + (dmacnt - 1) * in hci1394_alloc_xfer_ctl()
2632 xcsp->cnt = dmacnt; in hci1394_alloc_xfer_ctl()
/titanic_44/usr/src/uts/common/io/
H A Decpp.c4571 size_t dmacnt; in ecpp_ecp_read_timeout() local
4594 dmacnt = ECPP_DMA_GETCNT(pp); in ecpp_ecp_read_timeout()
4595 if (dmacnt - pp->last_dmacnt == 0) { in ecpp_ecp_read_timeout()
4608 pp->last_dmacnt = dmacnt; in ecpp_ecp_read_timeout()