Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c281 qbuf->qb_ptrs.qp_free = qbuf->qb_ptrs.qp_bottom; in hci1394_q_buf_setup()
419 (qbuf->qb_ptrs.qp_free >= qbuf->qb_ptrs.qp_current)) { in hci1394_q_reserve()
425 qbuf->qb_ptrs.qp_free) { in hci1394_q_reserve()
465 qbuf->qb_ptrs.qp_free) { in hci1394_q_reserve()
929 desc->qb_ptrs.qp_free = (*cmd)->qc_descriptor_end; in hci1394_q_at_next()
932 data->qb_ptrs.qp_free = (*cmd)->qc_data_end; in hci1394_q_at_next()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h195 caddr_t qp_free; member