Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c194 desc->qb_ptrs.qp_top = desc->qb_buf.bi_kaddr; in hci1394_q_init()
195 desc->qb_ptrs.qp_bottom = desc->qb_buf.bi_kaddr + in hci1394_q_init()
197 data->qb_ptrs.qp_top = data->qb_buf.bi_kaddr; in hci1394_q_init()
198 data->qb_ptrs.qp_bottom = data->qb_buf.bi_kaddr + in hci1394_q_init()
254 qbuf->qb_ptrs.qp_current_buf = 0; in hci1394_q_buf_setup()
255 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_buf_setup()
256 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_buf_setup()
257 qbuf->qb_cookie[qbuf->qb_ptrs.qp_current_buf].dmac_size - 1; in hci1394_q_buf_setup()
258 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_buf_setup()
259 qbuf->qb_ptrs.qp_offset = 0; in hci1394_q_buf_setup()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h229 hci1394_q_bufptr_t qb_ptrs; member
248 hci1394_q_buf_s::qb_ptrs.qp_begin \
249 hci1394_q_buf_s::qb_ptrs.qp_bottom \
250 hci1394_q_buf_s::qb_ptrs.qp_current \
251 hci1394_q_buf_s::qb_ptrs.qp_current_buf \
252 hci1394_q_buf_s::qb_ptrs.qp_end \
253 hci1394_q_buf_s::qb_ptrs.qp_offset \
254 hci1394_q_buf_s::qb_ptrs.qp_top))