Searched refs:command_ptr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 927 uint32_t command_ptr; in hci1394_q_at_write_OLI() local 994 command_ptr = (uint32_t)((qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf in hci1394_q_at_write_OLI() 1004 command_ptr); in hci1394_q_at_write_OLI() 1027 command_ptr); in hci1394_q_at_write_OLI() 1049 uint32_t command_ptr; in hci1394_q_at_write_OL() local 1089 command_ptr = (uint32_t)((qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf in hci1394_q_at_write_OL() 1099 command_ptr); in hci1394_q_at_write_OL() 1122 command_ptr); in hci1394_q_at_write_OL() 1568 uint32_t command_ptr; in hci1394_q_ar_write_IM() local 1605 command_ptr = (uint32_t)((qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf in hci1394_q_ar_write_IM() [all …]
|
H A D | hci1394_async.c | 113 static void hci1394_async_atreq_start(void *async, uint32_t command_ptr); 114 static void hci1394_async_arresp_start(void *async, uint32_t command_ptr); 115 static void hci1394_async_arreq_start(void *async, uint32_t command_ptr); 116 static void hci1394_async_atresp_start(void *async, uint32_t command_ptr); 2936 hci1394_async_atreq_start(void *async, uint32_t command_ptr) in hci1394_async_atreq_start() argument 2941 hci1394_ohci_atreq_start(async_handle->as_ohci, command_ptr); in hci1394_async_atreq_start() 3012 hci1394_async_arresp_start(void *async, uint32_t command_ptr) in hci1394_async_arresp_start() argument 3017 hci1394_ohci_arresp_start(async_handle->as_ohci, command_ptr); in hci1394_async_arresp_start() 3069 hci1394_async_arreq_start(void *async, uint32_t command_ptr) in hci1394_async_arreq_start() argument 3074 hci1394_ohci_arreq_start(async_handle->as_ohci, command_ptr); in hci1394_async_arreq_start() [all …]
|