Searched refs:qb_buf (Results 1 – 2 of 2) sorted by relevance
127 status = hci1394_buf_alloc(drvinfo, &parms, &desc->qb_buf, in hci1394_q_init()140 desc->qb_cookie[0] = desc->qb_buf.bi_cookie; in hci1394_q_init()141 for (index = 1; index < desc->qb_buf.bi_cookie_count; index++) { in hci1394_q_init()142 ddi_dma_nextcookie(desc->qb_buf.bi_dma_handle, in hci1394_q_init()143 &desc->qb_buf.bi_cookie); in hci1394_q_init()144 desc->qb_cookie[index] = desc->qb_buf.bi_cookie; in hci1394_q_init()156 status = hci1394_buf_alloc(drvinfo, &parms, &data->qb_buf, in hci1394_q_init()179 (data->qb_buf.bi_cookie_count == 1)) { in hci1394_q_init()180 data->qb_buf.bi_cookie_count = 2; in hci1394_q_init()181 data->qb_cookie[0] = data->qb_buf.bi_cookie; in hci1394_q_init()[all …]
246 hci1394_buf_info_t qb_buf; member