Searched refs:xa_headp (Results 1 – 3 of 3) sorted by relevance
248 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 …]
86 struct buf *xa_headp; /* FIFO buf queue head ptr */ member
54 struct buf *xa_headp; /* FIFO buf queue head ptr */ member238 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()