Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c203 desc->qb_ptrs.qp_top = desc->qb_buf.bi_kaddr; in hci1394_q_init()
204 desc->qb_ptrs.qp_bottom = desc->qb_buf.bi_kaddr + in hci1394_q_init()
206 data->qb_ptrs.qp_top = data->qb_buf.bi_kaddr; in hci1394_q_init()
207 data->qb_ptrs.qp_bottom = data->qb_buf.bi_kaddr + in hci1394_q_init()
269 qbuf->qb_ptrs.qp_current_buf = 0; in hci1394_q_buf_setup()
270 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_buf_setup()
271 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_buf_setup()
272 qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf].dmac_size - 1; in hci1394_q_buf_setup()
273 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_buf_setup()
274 qbuf->qb_ptrs.qp_offset = 0; in hci1394_q_buf_setup()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h231 hci1394_q_bufptr_t qb_ptrs; member
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))