Searched refs:dr_obuf_head (Results 1 – 5 of 5) sorted by relevance
129 reqp->dr_out_paddr = reqp->dr_obuf_head.dc_buffer_paddr; in dca_rngstart()130 reqp->dr_out_next = reqp->dr_obuf_head.dc_next_paddr; in dca_rngstart()131 if (chunk > reqp->dr_obuf_head.dc_buffer_length) in dca_rngstart()132 reqp->dr_out_len = reqp->dr_obuf_head.dc_buffer_length; in dca_rngstart()
510 reqp->dr_out_paddr = reqp->dr_obuf_head.dc_buffer_paddr; in dca_3desstart()511 reqp->dr_out_next = reqp->dr_obuf_head.dc_next_paddr; in dca_3desstart()512 if (len > reqp->dr_obuf_head.dc_buffer_length) in dca_3desstart()513 reqp->dr_out_len = reqp->dr_obuf_head.dc_buffer_length; in dca_3desstart()
193 reqp->dr_out_paddr = reqp->dr_obuf_head.dc_buffer_paddr; in dca_rsastart()
1737 &reqp->dr_obuf_head, &n_chain)) != DDI_SUCCESS) { in dca_newreq()1741 reqp->dr_obuf_paddr = reqp->dr_obuf_head.dc_buffer_paddr; in dca_newreq()
297 dca_chain_t dr_obuf_head; member