Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c255 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_buf_setup()
256 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_buf_setup()
258 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_buf_setup()
517 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_end + 1; in hci1394_q_next_buf()
518 if (qbuf->qb_ptrs.qp_begin > qbuf->qb_ptrs.qp_bottom) { in hci1394_q_next_buf()
519 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_next_buf()
521 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_next_buf()
523 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_next_buf()
888 qbuf->qb_ptrs.qp_begin); in hci1394_q_at_write_OMI()
944 qbuf->qb_ptrs.qp_begin); in hci1394_q_at_write_OLI()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h203 caddr_t qp_begin; member
248 hci1394_q_buf_s::qb_ptrs.qp_begin \