Home
last modified time | relevance | path

Searched refs:xa_headp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c248 if (xap->xa_headp == NULL) { in ddi_xbuf_qstrategy()
249 xap->xa_headp = xap->xa_tailp = bp; in ddi_xbuf_qstrategy()
310 if (brkp->active || xap->xa_headp == brkp->bp0) { in ddi_xbuf_done()
413 if ((bp = xap->xa_headp) == NULL) { in xbuf_iostart()
522 xap->xa_headp = bp0->av_forw; in xbuf_iostart()
528 xap->xa_headp = bp->av_forw; in xbuf_iostart()
562 if ((xap->xa_headp != NULL) && (xap->xa_timeid == NULL) && in xbuf_dispatch()
619 for (bp = xap->xa_headp; bp != NULL; bp = next_bp) { in ddi_xbuf_flushq()
633 if (bp == xap->xa_headp) { in ddi_xbuf_flushq()
634 xap->xa_headp = next_bp; in ddi_xbuf_flushq()
[all …]
H A Dsd_xbuf.h86 struct buf *xa_headp; /* FIFO buf queue head ptr */ member
/titanic_41/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c54 struct buf *xa_headp; /* FIFO buf queue head ptr */ member
238 mem_addr + offsetof(struct __ddi_xbuf_attr, xa_headp)); in dump_xbuf_attr()
241 xba_ptr->xa_headp, (xba_ptr->xa_headp == 0?'\t':' '), in dump_xbuf_attr()
571 mdb_printf("xbuf Q head: %lx\n", xba.xa_headp); in process_xbuf()
573 xba_root = (void *) xba.xa_headp; in process_xbuf()