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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h211 * qp_current_buf is the cookie qp_current is in and qp_free_buf is the
216 uint_t qp_free_buf; member in struct:hci1394_q_bufptr_s
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c280 qbuf->qb_ptrs.qp_free_buf = qbuf->qb_buf.bi_cookie_count - 1;
418 if ((qbuf->qb_ptrs.qp_current_buf == qbuf->qb_ptrs.qp_free_buf) &&
459 if (qbuf->qb_ptrs.qp_current_buf == qbuf->qb_ptrs.qp_free_buf) {
928 desc->qb_ptrs.qp_free_buf = (*cmd)->qc_descriptor_buf;
931 data->qb_ptrs.qp_free_buf = (*cmd)->qc_data_buf;

Completed in 67 milliseconds