Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c116 isochp->ctxt_recv_count = hci1394_ohci_ir_ctxt_count_get(ohci); in hci1394_isoch_init()
252 for (i = 0; i < isochp->ctxt_recv_count; i++) { in hci1394_alloc_isoch_dma()
261 if (i >= isochp->ctxt_recv_count) { in hci1394_alloc_isoch_dma()
832 return (isoch_hdl->ctxt_recv_count); in hci1394_isoch_recv_count_get()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h188 int ctxt_recv_count; member