Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c242 uint16_t hcicnt; in hci1394_ixl_check_status() local
295 hcicnt = dma->dma_bound & DESC_Z_MASK; in hci1394_ixl_check_status()
296 hcidescp -= (hcicnt - 1); in hci1394_ixl_check_status()
300 while (hcicnt-- != 0) { in hci1394_ixl_check_status()
304 hcicnt * sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_check_status()