Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c124 status = hci1394_buf_alloc(drvinfo, &parms, &desc->qb_buf, in hci1394_q_init()
134 desc->qb_cookie[0] = desc->qb_buf.bi_cookie; in hci1394_q_init()
135 for (index = 1; index < desc->qb_buf.bi_cookie_count; index++) { in hci1394_q_init()
136 ddi_dma_nextcookie(desc->qb_buf.bi_dma_handle, in hci1394_q_init()
137 &desc->qb_buf.bi_cookie); in hci1394_q_init()
138 desc->qb_cookie[index] = desc->qb_buf.bi_cookie; in hci1394_q_init()
150 status = hci1394_buf_alloc(drvinfo, &parms, &data->qb_buf, in hci1394_q_init()
170 (data->qb_buf.bi_cookie_count == 1)) { in hci1394_q_init()
171 data->qb_buf.bi_cookie_count = 2; in hci1394_q_init()
172 data->qb_cookie[0] = data->qb_buf.bi_cookie; in hci1394_q_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h244 hci1394_buf_info_t qb_buf; member