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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h183 * qp_top is the top the q. qp_bottom is the bottom of the q. These
184 * never change after initial setup. qp_bottom is inclusive (i.e. for a
185 * q size of 16 bytes where top was = to 0, qp_bottom would be = to 15).
190 * qp_bottom).
193 caddr_t qp_bottom; member in struct:hci1394_q_bufptr_s
251 hci1394_q_buf_s::qb_ptrs.qp_bottom \
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c204 desc->qb_ptrs.qp_bottom = desc->qb_buf.bi_kaddr +
207 data->qb_ptrs.qp_bottom = data->qb_buf.bi_kaddr +
281 qbuf->qb_ptrs.qp_free = qbuf->qb_ptrs.qp_bottom;
556 if (qbuf->qb_ptrs.qp_begin > qbuf->qb_ptrs.qp_bottom) {
1456 (descb->qb_ptrs.qp_bottom + 1)) {
1495 if ((uintptr_t)addr > (uintptr_t)data->qb_ptrs.qp_bottom) {
1497 ((uintptr_t)data->qb_ptrs.qp_bottom + (uintptr_t)1));
1547 if ((uintptr_t)q_addr > (uintptr_t)data->qb_ptrs.qp_bottom) {
1549 ((uintptr_t)q_addr - ((uintptr_t)data->qb_ptrs.qp_bottom +
1559 ((uintptr_t)data->qb_ptrs.qp_bottom
[all...]

Completed in 87 milliseconds