Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c86 uint32_t dmacnt);
2151 hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp, uint32_t dmacnt) in hci1394_alloc_xfer_ctl() argument
2161 (sizeof (hci1394_xfer_ctl_t) + (dmacnt - 1) * in hci1394_alloc_xfer_ctl()
2172 sizeof (hci1394_xfer_ctl_t) + (dmacnt - 1) * in hci1394_alloc_xfer_ctl()
2181 xcsp->cnt = dmacnt; in hci1394_alloc_xfer_ctl()
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c4573 size_t dmacnt; in ecpp_ecp_read_timeout() local
4596 dmacnt = ECPP_DMA_GETCNT(pp); in ecpp_ecp_read_timeout()
4597 if (dmacnt - pp->last_dmacnt == 0) { in ecpp_ecp_read_timeout()
4610 pp->last_dmacnt = dmacnt; in ecpp_ecp_read_timeout()