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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h198 * qp_begin and qp_end are also kernel virtual addresses. They are the
200 * q. qp_offset is (qp_current - qp_begin). This is used to determine
205 caddr_t qp_begin; member in struct:hci1394_q_bufptr_s
250 hci1394_q_buf_s::qb_ptrs.qp_begin \
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c270 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top;
271 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin +
273 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin;
555 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_end + 1;
556 if (qbuf->qb_ptrs.qp_begin > qbuf->qb_ptrs.qp_bottom) {
557 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top;
559 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin +
561 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin;
972 qbuf->qb_ptrs.qp_begin);
1033 qbuf->qb_ptrs.qp_begin);
[all...]

Completed in 59 milliseconds