Searched refs:qp_current (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c273 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin;
419 (qbuf->qb_ptrs.qp_free >= qbuf->qb_ptrs.qp_current)) {
424 if ((qbuf->qb_ptrs.qp_current + aligned_size) <=
453 } else if ((qbuf->qb_ptrs.qp_current + aligned_size) >
464 if ((qbuf->qb_ptrs.qp_current + aligned_size) >
561 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin;
971 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current -
975 desc = (hci1394_desc_imm_t *)qbuf->qb_ptrs.qp_current;
995 qbuf->qb_ptrs.qp_current += sizeof (hci1394_desc_imm_t);
1032 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h187 * qp_current and qp_free are pointers within top and bottom. qp_current
194 caddr_t qp_current; member in struct:hci1394_q_bufptr_s
200 * q. qp_offset is (qp_current - qp_begin). This is used to determine
211 * qp_current_buf is the cookie qp_current is in and qp_free_buf is the
252 hci1394_q_buf_s::qb_ptrs.qp_current \

Completed in 47 milliseconds