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

/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c203 desc->qb_ptrs.qp_top = desc->qb_buf.bi_kaddr;
204 desc->qb_ptrs.qp_bottom = desc->qb_buf.bi_kaddr +
206 data->qb_ptrs.qp_top = data->qb_buf.bi_kaddr;
207 data->qb_ptrs.qp_bottom = data->qb_buf.bi_kaddr +
269 qbuf->qb_ptrs.qp_current_buf = 0;
270 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top;
271 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin +
272 qbuf->qb_cookie[qbuf->qb_ptrs
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h231 hci1394_q_bufptr_t qb_ptrs; member in struct:hci1394_q_buf_s
234 * a backup of qb_ptrs. If we fail while setting up an AT Q, we need to
250 hci1394_q_buf_s::qb_ptrs.qp_begin \
251 hci1394_q_buf_s::qb_ptrs.qp_bottom \
252 hci1394_q_buf_s::qb_ptrs.qp_current \
253 hci1394_q_buf_s::qb_ptrs.qp_current_buf \
254 hci1394_q_buf_s::qb_ptrs.qp_end \
255 hci1394_q_buf_s::qb_ptrs.qp_offset \
256 hci1394_q_buf_s::qb_ptrs.qp_top))

Completed in 103 milliseconds