Searched refs:dr_ibuf_head (Results 1 – 4 of 4) sorted by relevance
496 reqp->dr_in_paddr = reqp->dr_ibuf_head.dc_buffer_paddr; in dca_3desstart()497 reqp->dr_in_next = reqp->dr_ibuf_head.dc_next_paddr; in dca_3desstart()498 if (len > reqp->dr_ibuf_head.dc_buffer_length) in dca_3desstart()499 reqp->dr_in_len = reqp->dr_ibuf_head.dc_buffer_length; in dca_3desstart()
190 reqp->dr_in_paddr = reqp->dr_ibuf_head.dc_buffer_paddr; in dca_rsastart()
1726 &reqp->dr_ibuf_head, &n_chain)) != DDI_SUCCESS) { in dca_newreq()1730 reqp->dr_ibuf_paddr = reqp->dr_ibuf_head.dc_buffer_paddr; in dca_newreq()
296 dca_chain_t dr_ibuf_head; member