Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c299 q_handle->q_block_cnt = 0; in hci1394_q_reset()
565 q_handle->q_block_cnt = 0; in hci1394_q_at()
651 q_handle->q_block_cnt = 0; in hci1394_q_at_with_data()
734 q_handle->q_block_cnt = 0; in hci1394_q_at_with_mblk()
909 q_handle->q_block_cnt += 2; in hci1394_q_at_write_OMI()
977 q_handle->q_block_cnt += 2; in hci1394_q_at_write_OLI()
995 ].dmac_address + qbuf->qb_ptrs.qp_offset) | (q_handle->q_block_cnt & in hci1394_q_at_write_OLI()
1017 q_handle->q_block_cnt = 0; in hci1394_q_at_write_OLI()
1072 q_handle->q_block_cnt++; in hci1394_q_at_write_OL()
1090 ].dmac_address + qbuf->qb_ptrs.qp_offset) | (q_handle->q_block_cnt & in hci1394_q_at_write_OL()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h294 uint_t q_block_cnt; member