Lines Matching refs:acchdl
244 ddi_acc_handle_t acchdl; in xdb_get_buf() local
246 acchdl = vdp->xs_ring_hdl; in xdb_get_buf()
253 uint8_t op = ddi_get8(acchdl, &req->operation); in xdb_get_buf()
257 xreq->xr_id = ddi_get64(acchdl, &req->id); in xdb_get_buf()
258 segs = xreq->xr_buf_pages = ddi_get8(acchdl, &req->nr_segments); in xdb_get_buf()
291 mapops[i].ref = ddi_get32(acchdl, &req->seg[i].gref); in xdb_get_buf()
296 fs = ddi_get8(acchdl, &req->seg[i].first_sect); in xdb_get_buf()
297 ls = ddi_get8(acchdl, &req->seg[i].last_sect); in xdb_get_buf()
384 bp->b_lblkno = ddi_get64(acchdl, &req->sector_number); in xdb_get_buf()
386 bp->b_flags |= (ddi_get8(acchdl, &req->operation) == in xdb_get_buf()
471 ddi_acc_handle_t acchdl = vdp->xs_ring_hdl; in xdb_response() local
473 if (xdb_push_response(vdp, ddi_get64(acchdl, &req->id), in xdb_response()
474 ddi_get8(acchdl, &req->operation), ok)) in xdb_response()
1914 ddi_acc_handle_t acchdl = vdp->xs_ring_hdl; in xdb_push_response() local
1923 ddi_put64(acchdl, &rsp->id, id); in xdb_push_response()
1924 ddi_put8(acchdl, &rsp->operation, op); in xdb_push_response()
1925 ddi_put16(acchdl, (uint16_t *)&rsp->status, in xdb_push_response()
1929 ddi_put64(acchdl, &rsp_32->id, id); in xdb_push_response()
1930 ddi_put8(acchdl, &rsp_32->operation, op); in xdb_push_response()
1931 ddi_put16(acchdl, (uint16_t *)&rsp_32->status, in xdb_push_response()
1935 ddi_put64(acchdl, &rsp_64->id, id); in xdb_push_response()
1936 ddi_put8(acchdl, &rsp_64->operation, op); in xdb_push_response()
1937 ddi_put16(acchdl, (uint16_t *)&rsp_64->status, in xdb_push_response()