Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c266 qbuf->qb_ptrs.qp_free = qbuf->qb_ptrs.qp_bottom; in hci1394_q_buf_setup()
395 (qbuf->qb_ptrs.qp_free >= qbuf->qb_ptrs.qp_current)) { in hci1394_q_reserve()
401 qbuf->qb_ptrs.qp_free) { in hci1394_q_reserve()
437 qbuf->qb_ptrs.qp_free) { in hci1394_q_reserve()
848 desc->qb_ptrs.qp_free = (*cmd)->qc_descriptor_end; in hci1394_q_at_next()
851 data->qb_ptrs.qp_free = (*cmd)->qc_data_end; in hci1394_q_at_next()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h193 caddr_t qp_free; member