Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c112 isochp->ctxt_recv_count = hci1394_ohci_ir_ctxt_count_get(ohci); in hci1394_isoch_init()
217 for (i = 0; i < isochp->ctxt_recv_count; i++) { in hci1394_alloc_isoch_dma()
226 if (i >= isochp->ctxt_recv_count) { in hci1394_alloc_isoch_dma()
699 return (isoch_hdl->ctxt_recv_count); in hci1394_isoch_recv_count_get()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h186 int ctxt_recv_count; member