Searched refs:xreq (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdb.c | 237 xdb_get_buf(xdb_t *vdp, blkif_request_t *req, xdb_request_t *xreq) in xdb_get_buf() argument 247 bp = XDB_XREQ2BP(xreq); in xdb_get_buf() 248 curseg = xreq->xr_curseg; in xdb_get_buf() 255 xreq->xr_vdp = vdp; in xdb_get_buf() 256 xreq->xr_op = op; 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() 281 segs = xreq->xr_buf_pages = in xdb_get_buf() 289 vdp->xs_iopage_va, xreq->xr_idx, i); in xdb_get_buf() 312 xreq->xr_segs[i].fs = fs; in xdb_get_buf() [all …]
|
H A D | xdb.h | 68 #define XDB_XREQ2BP(xreq) (&(xreq)->xr_buf) argument
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ecpp.c | 4260 ecpp_1284_negotiation(struct ecppunit *pp, uint8_t xreq, uint8_t *rdsr) in ecpp_1284_negotiation() argument 4264 ecpp_error(pp->dip, "nego(%x): entering...\n", xreq); in ecpp_1284_negotiation() 4275 DATAR_WRITE(pp, xreq); in ecpp_1284_negotiation() 4290 "nego(%x): failed event 2 %x\n", xreq, DSR_READ(pp)); in ecpp_1284_negotiation() 4313 xflag = (xreq == ECPP_XREQ_NIBBLE) ? 0 : ECPP_SLCT; in ecpp_1284_negotiation() 4322 "nego(%x): failed event 6 %x\n", xreq, DSR_READ(pp)); in ecpp_1284_negotiation() 4330 "nego(%x): failed event 5 %x\n", xreq, DSR_READ(pp)); in ecpp_1284_negotiation()
|