Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c270 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_buf_setup()
271 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_buf_setup()
273 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_buf_setup()
555 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_end + 1; in hci1394_q_next_buf()
556 if (qbuf->qb_ptrs.qp_begin > qbuf->qb_ptrs.qp_bottom) { in hci1394_q_next_buf()
557 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_next_buf()
559 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_next_buf()
561 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_next_buf()
972 qbuf->qb_ptrs.qp_begin); in hci1394_q_at_write_OMI()
1033 qbuf->qb_ptrs.qp_begin); in hci1394_q_at_write_OLI()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h205 caddr_t qp_begin; member
250 hci1394_q_buf_s::qb_ptrs.qp_begin \