Searched defs:__ddi_xbuf_attr (Results 1 – 2 of 2) sorted by relevance
79 struct __ddi_xbuf_attr { struct102 typedef struct __ddi_xbuf_attr *ddi_xbuf_attr_t; argument
48 struct __ddi_xbuf_attr { struct49 kmutex_t xa_mutex;50 size_t xa_allocsize;51 uint32_t xa_pending; /* call to xbuf_iostart() is iminent */52 uint32_t xa_active_limit;53 uint32_t xa_active_count;54 uint32_t xa_active_lowater;55 struct buf *xa_headp; /* FIFO buf queue head ptr */56 struct buf *xa_tailp; /* FIFO buf queue tail ptr */57 kmutex_t xa_reserve_mutex;[all …]