Searched defs:command_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c1014 uint32_t command_ptr; local
1083 command_ptr = (uint32_t)((qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf
1093 command_ptr);
1116 command_ptr);
1141 uint32_t command_ptr; local
1183 command_ptr = (uint32_t)((qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf
1193 command_ptr);
1216 command_ptr);
1696 uint32_t command_ptr; local
1735 command_ptr
[all...]
H A Dhci1394_async.c115 static void hci1394_async_atreq_start(void *async, uint32_t command_ptr);
116 static void hci1394_async_arresp_start(void *async, uint32_t command_ptr);
117 static void hci1394_async_arreq_start(void *async, uint32_t command_ptr);
118 static void hci1394_async_atresp_start(void *async, uint32_t command_ptr);
3453 hci1394_async_atreq_start(void *async, uint32_t command_ptr) argument
3460 hci1394_ohci_atreq_start(async_handle->as_ohci, command_ptr);
3552 hci1394_async_arresp_start(void *async, uint32_t command_ptr) argument
3559 hci1394_ohci_arresp_start(async_handle->as_ohci, command_ptr);
3629 hci1394_async_arreq_start(void *async, uint32_t command_ptr) argument
3636 hci1394_ohci_arreq_start(async_handle->as_ohci, command_ptr);
3739 hci1394_async_atresp_start(void *async, uint32_t command_ptr) argument
[all...]

Completed in 80 milliseconds