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

/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h187 * qp_current and qp_free are pointers within top and bottom. qp_current
189 * free space (i.e. used memory within q). qp_free is inclusive (see
195 caddr_t qp_free; member in struct:hci1394_q_bufptr_s
212 * cookie qp_free is in. NOTE: The cookie's are numbered 0, 1, 2, ...,
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c281 qbuf->qb_ptrs.qp_free = qbuf->qb_ptrs.qp_bottom;
419 (qbuf->qb_ptrs.qp_free >= qbuf->qb_ptrs.qp_current)) {
425 qbuf->qb_ptrs.qp_free) {
465 qbuf->qb_ptrs.qp_free) {
929 desc->qb_ptrs.qp_free = (*cmd)->qc_descriptor_end;
932 data->qb_ptrs.qp_free = (*cmd)->qc_data_end;

Completed in 87 milliseconds