Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c122 xap->xa_active_limit = active_limit; in _NOTE()
123 xap->xa_active_lowater = xap->xa_active_limit / 2; in _NOTE()
284 if (xap->xa_active_limit != 0) { in ddi_xbuf_done()
320 if ((xap->xa_active_limit == 0) || in ddi_xbuf_done()
363 if ((xap->xa_active_limit == 0) || in ddi_xbuf_dispatch()
417 if ((xap->xa_active_limit != 0) && in xbuf_iostart()
418 (xap->xa_active_count >= xap->xa_active_limit)) { in xbuf_iostart()
H A Dsd_xbuf.h83 uint32_t xa_active_limit; member
/titanic_41/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c51 uint32_t xa_active_limit; member
232 mem_addr + offsetof(struct __ddi_xbuf_attr, xa_active_limit)); in dump_xbuf_attr()
235 xba_ptr->xa_active_limit, xba_ptr->xa_active_count, in dump_xbuf_attr()